Table of Contents

Namespace Cuemon.Runtime.Serialization.Formatters

Assembly: Cuemon.Core.dll

The Cuemon.Runtime.Serialization.Formatters namespace contains types that are used to serialize and deserialize objects into and from a generic type. The namespace is an addition to the System.Runtime.Serialization namespace.

Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0

Complements: System.Runtime.Serialization.Formatters namespace 🔗

Classes

Formatter

Provides a set of static methods that complements serialization and deserialization of an object.

Formatter<TFormat>

An abstract class that supports serialization and deserialization of an object, in a given format.

StreamFormatter<TOptions>

Serializes and deserializes an object, in System.IO.Stream format.