Serialization - . NET | Microsoft Learn This article provides information about NET serialization technologies, including binary serialization, XML and SOAP serialization, and JSON serialization
JSON serialization and deserialization in . NET - overview Serialization is the process of converting the state of an object, that is, the values of its properties, into a form that can be stored or transmitted The serialized form doesn't include any information about an object's associated methods
System. Xml. Serialization. XmlSerializer class - . NET You can think of serialization as a way of saving the state of an object into a stream or buffer For example, ASP NET uses the XmlSerializer class to encode XML Web service messages