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