65,938 articles
CodeProject is changing.
Read more
.
Everything / XmlSerializer
Submit your article
XmlSerializer
XmlSerializer
Great Reads
“csc.
exe – Application Error” when Shutting Windows with a Running .
NET Application
by
Minh Danh Nguyen (ToughDev)
Fix for “csc.
exe – Application Error”
A Complete Sample of Custom Class Collection Serialization and Deserialization
by
Maciej Los
If you want to know the way you can serialize and deserialize custom class collection,
this tip is for you.
Building Serialization into Classes
by
mcondon013
Code that adds built-in serialization functionality to your classes in C#
Differences in XML Serialization when [XmlElement] and [XmlText] are Combined
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
“csc.
exe – Application Error” when Shutting Windows with a Running .
NET Application
by
Minh Danh Nguyen (ToughDev)
Fix for “csc.
exe – Application Error”
A Complete Sample of Custom Class Collection Serialization and Deserialization
by
Maciej Los
If you want to know the way you can serialize and deserialize custom class collection,
this tip is for you.
Building Serialization into Classes
by
mcondon013
Code that adds built-in serialization functionality to your classes in C#
Differences in XML Serialization when [XmlElement] and [XmlText] are Combined
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
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
XmlSerializer
Building Serialization into Classes
by
mcondon013
Code that adds built-in serialization functionality to your classes in C#
Give JSON and XML Serialization to C++ Yet Existing Code
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.
Reading and Writing XML in C#/
VB.
Net
by
Dirk Bahle
Tips & Tricks on De/
Serializing object graphs with XML