Deserializes YAML from a span of characters.
[Obsolete("ReadOnlySpan<char> overloads copy the input; use the string or TextReader overload instead.", false)]
public static T? Deserialize<T>(ReadOnlySpan<char> yaml, YamlSerializerOptions? options = null)
The YAML payload as a span.
The serializer options. If null, Default is used.