J
Jacob
I've had great success with the XmlSerializer but ran into a new problem.
Say I have "classA" with a reference to "myObject" and "classB" with a
reference to "myObject" ... it appears that the one "myObject" gets
serialized as two separate objects. And consequently, when you deserialized
"classA" and "classB" the two "myObjects" are not equal.
How can I serialize a class so that any references to the same object, are
deserialized the same, referencing only one object?
Thanks,
Jacob
Say I have "classA" with a reference to "myObject" and "classB" with a
reference to "myObject" ... it appears that the one "myObject" gets
serialized as two separate objects. And consequently, when you deserialized
"classA" and "classB" the two "myObjects" are not equal.
How can I serialize a class so that any references to the same object, are
deserialized the same, referencing only one object?
Thanks,
Jacob