Community

XML Serialization/Deserialization in C#

(prpradip) Object Serialization is a process through which an object’s state is transformed into some serial data format, such as XML or a binary format. And of course, Deserialization is reverse process.

Read More - Register for Free Membership