Deserializes YAML from a span of characters.
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.
null