Namespace Evergine.Common.Serialization.YAML
Classes
ByteArraySerializer
Class that serializes a byte array into Yaml.
CustomYamlCollectionSerializer
Class that customizes the serializes a collection in Yaml.
CustomYamlObjectSerializer
Class that represent a custom object serializer in Yaml.
CustomYamlScalarSerializer
Class that represents a custom scalar type serializer in Yaml.
GuidSerializer
Class that serializes a Guid object in Yaml.
StringSerializer
Class that ensures correct string serialization.
ToMutable<T>
Abstract class that helps converting an immutable type object into another mutable object, helping it in the serialization.
WaveFormatSerializer
Class that helps serializing a WaveFormat object in Yaml.