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 8, .NET 7, .NET 6 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 System.IO.Stream class hidden behind the IDecorator<T> interface.

StringDecoratorExtensions

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

XmlDocumentFactory

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

XmlEncodingOptions

Configuration options for XmlEncodingOptions.

XmlReaderDecoratorExtensions

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

XmlStreamFactory

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

XmlWriterDecoratorExtensions

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