Namespace Evergine.Common.Serialization.YAML
Classes
ByteArraySerializer
Class that serializes a byte array into YAML.
CustomYamlCollectionSerializer
Class that customizes the serialization of a collection in YAML.
CustomYamlObjectSerializer
Class that represents 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
A class that ensures correct string serialization.
ToMutable<T>
Abstract class that helps convert an immutable type object into another mutable object, assisting in serialization.
WaveFormatSerializer
Class that helps serialize a WaveFormat object in YAML.