Vladimir Ozerov created IGNITE-1957: ---------------------------------------
Summary: .NET: Collections, dictionaries, object arrays and tuples must use handles. Key: IGNITE-1957 URL: https://issues.apache.org/jira/browse/IGNITE-1957 Project: Ignite Issue Type: Bug Components: interop Affects Versions: ignite-1.4 Reporter: Vladimir Ozerov Priority: Critical Fix For: 1.5 We must track handles for the following cases: - Collections - Dictionaries - Entries - Object arrays Reason: they may have cyclic deps on other collections what will lead to infinite loops. This change must be tested thoroughly: 1) Can we get such field which is handle? 2) Can we resolve infinite loops with collections/maps/arrays? 3) Are they referential equal after deserialization? -- This message was sent by Atlassian JIRA (v6.3.4#6332)