H
Howard Swope
We are using binary serialization to serialize a graph of objects. These
objects implement the OnDeserialized routine. It seems as though if a
reference to an object is shared amongst objects in the graph, the
aforementioned routine is not called. If an object is referenced only by
one other object, the routine gets called properly.
Has anyone else encountered this?
TIA
objects implement the OnDeserialized routine. It seems as though if a
reference to an object is shared amongst objects in the graph, the
aforementioned routine is not called. If an object is referenced only by
one other object, the routine gets called properly.
Has anyone else encountered this?
TIA