views:

16

answers:

0
+1  Q: 

IXMLSerializeable

I need to implement IXMLSerializeable for custom serialization on 2 members, but I want the rest of the members to be serialized with the default serialization. Or at least, is there a way for me to invoke the standard serialization on the other members? The types of the other members are very large and deeply neseted classes, and it would not be practicle to define the serialization of every member all the way down the chain.