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