Deserializes a payload using explicit type metadata from a character span.
public static T? Deserialize<T>(ReadOnlySpan<char> yaml, YamlTypeInfo<T> typeInfo)
The YAML payload as a span.
The metadata used for deserialization.