Table of Contents

Namespace Cuemon.Xml

Assembly: Cuemon.Xml.dll

The Cuemon.Xml namespace contains types related to encoding, converting and serialization. The included lightweight XML serializer framework offers same flexibility as the one provided by the JSON equivalent from Newtonsoft. The namespace is an addition to the System.Xml namespace.

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

Complements: System.Xml namespace 🔗

Related: Cuemon.Extensions.Xml namespace 📘

Classes

HierarchyDecoratorExtensions

Extension methods for the IHierarchy<T> interface hidden behind the IDecorator<T> interface.

StreamDecoratorExtensions

Extension methods for the Stream class hidden behind the IDecorator<T> interface.

StringDecoratorExtensions

Extension methods for the String class hidden behind the IDecorator<T> interface.

XmlDocumentFactory

Provides access to factory methods for creating and configuring XmlDocument instances.

XmlEncodingOptions

Configuration options for XmlEncodingOptions.

XmlReaderDecoratorExtensions

Extension methods for the XmlReader class hidden behind the IDecorator<T> interface.

XmlStreamFactory

Provides access to factory methods for creating and configuring Stream instances.

XmlWriterDecoratorExtensions

Extension methods for the XmlWriter class hidden behind the IDecorator<T> interface.