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