VS2005 Serialization Bug

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
 
H

Howard Swope

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top