M
Martin. D. Waller
Hello,
I wonder if anyone can help me. If I have two classes C1 and C2, C1 holds a
reference to C2 and also holds a reference to a class that is not understood
by the serializer.
Now, if I was to serialize C1 (and hence C2) I have to implement
GetObjectData which seems to want me to add name / value pairs for all the
class members I need. How do I then serialize C2 ? Do I have to do it myself
in GetObjectData or can I pass the serialization of C2 on ?
Many thanks...
Martin
I wonder if anyone can help me. If I have two classes C1 and C2, C1 holds a
reference to C2 and also holds a reference to a class that is not understood
by the serializer.
Now, if I was to serialize C1 (and hence C2) I have to implement
GetObjectData which seems to want me to add name / value pairs for all the
class members I need. How do I then serialize C2 ? Do I have to do it myself
in GetObjectData or can I pass the serialization of C2 on ?
Many thanks...
Martin