[ 
https://issues.apache.org/jira/browse/IGNITE-16298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Puchkovskiy updated IGNITE-16298:
---------------------------------------
    Description: 
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.

  was: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).


> 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-alpha4
>
>
> 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)

Reply via email to