I am using Protobuf-net. Suppose I have a list of Gizmo objects serialized and that each gizmo object references a Gazoo object. A Gazoo object may be the same object that is transmitted by several Gizmo objects.
How would deserialization work in this situation?
Did I get several copies of Gazoev for the same gizmo mentioned in the objects?
I would expect that there will be one instance of Gazoo for all duplicates in serialized data.
Stécy source
share