Table of Contents

Namespace Cuemon.Xml.Serialization.Formatters

Assembly: Cuemon.Xml.dll

Serialize and deserialize objects to and from XML through a generic formatter interface. Use this namespace when you need type-safe XML serialization with a generic signature. Start with the XML formatter type that wraps the Cuemon XML serializer for typed XML serialization.

Availability: .NET 10, .NET 9 and .NET Standard 2.0

Classes

XmlFormatter

Serializes and deserializes an object in XML format.

XmlFormatterOptions

Configuration options for XmlFormatter.