KGySoft.Serialization.Xml Namespace

The KGySoft.Serialization.Xml namespace contains types for XML serialization.

Classes

XmlSerializerXmlSerializer makes possible serializing and deserializing objects into/from XML content. The class contains various overloads to support serializing directly into file or by XElement, XmlWriter, any TextWriter and any Stream implementations.

See the online help for a more detailed description with examples.

Enumerations

XmlSerializationOptions Options for serializer methods of XmlSerializer class.