Deserializes YAML from a span of characters using an explicit destination type and generated metadata from a serializer context.
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.