Namespace Innovt.Core.Serialization
Classes
DeserializerFactory
Represents a factory for deserializing JSON content into objects based on their registered type mappings.
JsonFormatAttribute
Represents a custom JSON attribute for specifying the format of a property when serializing to JSON.
JsonSerializer
Provides JSON serialization and deserialization using System.Text.Json.
XmlSerializer
Provides XML serialization and deserialization using System.Xml.Serialization.
Interfaces
ISerializer
Represents an interface for serializing and deserializing objects.