Click here to Skip to main content
15,867,834 members
Everything / XmlSerializer

XmlSerializer

XmlSerializer

Great Reads

by Dirk Bahle
Tips & Tricks on De/Serializing object graphs with XML
by Shaun C Curtis
How to quickly generate code to handle XML files with an XSD definition
by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.

Latest Articles

by Shaun C Curtis
How to quickly generate code to handle XML files with an XSD definition
by altomaltes
This code allows dumping and retrieval from a single variable to a complete tree of objects using both JSON and XML, in an unintrusive way, using tentative templates.
by Dirk Bahle
Tips & Tricks on De/Serializing object graphs with XML

All Articles

Sort by Score

XmlSerializer 

22 Dec 2017 by Dirk Bahle
Tips & Tricks on De/Serializing object graphs with XML
26 May 2019 by altomaltes
This code allows dumping and retrieval from a single variable to a complete tree of objects using both JSON and XML, in an unintrusive way, using tentative templates.
24 Jun 2016 by mcondon013
Code that adds built-in serialization functionality to your classes in C#