Deserializes YAML from a span of characters using an explicit destination type and generated metadata from a serializer context.
[Obsolete("ReadOnlySpan<char> overloads copy the input; use the string or TextReader overload instead.", false)]
public static object? Deserialize(ReadOnlySpan<char> yaml, Type returnType, YamlSerializerContext context)
The YAML payload as a span.
The destination CLR type.
The source-generated serializer context.