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 Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by Ifat Chitin Morrison
This tip shows the differences in XML serialization when a serializable class has a combination of [XmlElement] and [XmlText].
by Shaun C Curtis
How to quickly generate code to handle XML files with an XSD definition