Tag: XML Serialization

  • XML Serialization is Your Friend

    One thing you might not be aware of is that all the API classes are XML Serializable.  This means that it’s very easy to convert on object to XML text and vice versa.  There many uses for this feature.  For example… It can help you in debugging.  If you have a large object with lots…