Namespace Cuemon.Runtime.Serialization.Formatters
Assembly: Cuemon.Core.dll
Serialize and deserialize object graphs into JSON or XML through a node-based intermediate representation. Use this namespace when you need to format object hierarchies into JSON or XML output. Start with JsonFormatter for JSON serialization or XmlFormatter for XML serialization using the HierarchySerializer pipeline.
Availability: .NET 10, .NET 9 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 Stream format.