[
https://issues.apache.org/jira/browse/IGNITE-16298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477329#comment-17477329
]
Roman Puchkovskiy commented on IGNITE-16298:
--------------------------------------------
Thank you for your review!
> 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
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha5
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> If we marshal an object graph 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).
> Also, when we marshal a graph containing N references to the same object,
> after the unmarshalling this property must be maintained.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)