G
Guest
I have a class derived from System.Collections.CollectionBase. How do I do
serialization for it?
If two or more instances of class A share an instance of class B in my
object hierachy, how do I serialize them so that the instance of class B just
be serialized once? How do de-serialize it back?
serialization for it?
If two or more instances of class A share an instance of class B in my
object hierachy, how do I serialize them so that the instance of class B just
be serialized once? How do de-serialize it back?