17
votes
2answers
3k views
Proper way to implement IXmlSerializable?
Once a programmer decides to implement IXmlSerializable, what are the rules and best practices for implementing it? I've heard that GetSchema() should return null and ReadXml should move to the nex …
