How and Why implement IXmlSerializable Interface
摘要:
msdn note :Provides custom formatting for XML serialization and deserialization.There are two reasons to implement this interface. The first is to control how your object is serialized or deserialized by theXmlSerializer. For example, you can chunk data into bytes instead of buffering large data set 阅读全文