Roman Puchkovskiy created IGNITE-16298:
------------------------------------------
Summary: Object identity distinction must be preserved after
marshalling+unmarshalling
Key: IGNITE-16298
URL: https://issues.apache.org/jira/browse/IGNITE-16298
Project: Ignite
Issue Type: Improvement
Components: networking
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-alpha4
If we marshal an object grpah containing N distinct objects that are all equal,
then after unmarshalling we must get N distinct objects and not N references
all pointing to just 1 object. It's easy to miss this requirement for primitive
wrapper types (like Integer).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)