|
Hi all (and @hg-ms @fh-ms ) I would like to know if there is a way for storer2 to get the original state of X WITHOUT impacting the object graph. |
Replies: 1 comment
|
Hi, |
|
Hi all (and @hg-ms @fh-ms ) I would like to know if there is a way for storer2 to get the original state of X WITHOUT impacting the object graph. |
|
Hi, |
Hi,
To reload an object without overriding already existing instances is not possible by the current implementation. A custom BinaryLoader implementation might do that, but this is no trivial task.