You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some instances it is already being considered (the ones instantiated by
DefaultObjectProcessor), but for the rest it is not:
If the same instance of a class is being referred by two or more different
objects in the original object graph, this has to be respected in the
reconstructed object graph.
Ie: if we have these properties:
Date oneDate = new Date();
Date anotherDate = oneDate;
then, on the reconstructed graph oneDate and anotherDaet have to refer to
the same instance.
Original issue reported on code.google.com by [email protected] on 23 Aug 2009 at 9:20
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 Aug 2009 at 9:20The text was updated successfully, but these errors were encountered: