Serializes a value to a stream using UTF-8 encoding and explicit type metadata.
public static void Serialize<T>(Stream utf8Stream, T value, YamlTypeInfo<T> typeInfo)
The destination stream.
The value to serialize.
The metadata used for serialization.