VS2005 Serialization Bug

  • Thread starter Thread starter Howard Swope
  • Start date Start date
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
 
Disregard, the error was mine.

Howard said:
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
 
Back
Top