Deserializes a payload using explicit type metadata from a character span.
[Obsolete("ReadOnlySpan<char> overloads copy the input; use the string or TextReader overload instead.", false)]
public static T? Deserialize<T>(ReadOnlySpan<char> yaml, YamlTypeInfo<T> typeInfo)
The YAML payload as a span.
The metadata used for deserialization.