Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / XmlSerializer

XmlSerializer

XmlSerializer

Great Reads

by Minh Danh Nguyen (ToughDev)
Fix for “csc.exe – Application Error”
by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by mcondon013
Code that adds built-in serialization functionality to your classes in C#
by Ifat Chitin Morrison
This tip shows the differences in XML serialization when a serializable class has a combination of [XmlElement] and [XmlText].

Latest Articles

by Minh Danh Nguyen (ToughDev)
Fix for “csc.exe – Application Error”
by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by mcondon013
Code that adds built-in serialization functionality to your classes in C#
by Ifat Chitin Morrison
This tip shows the differences in XML serialization when a serializable class has a combination of [XmlElement] and [XmlText].

All Articles

Sort by Score

XmlSerializer 

by mcondon013
Code that adds built-in serialization functionality to your classes in C#
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