Deserializes YAML from a text reader using an explicit destination type and generated metadata from a serializer context.
public static object? Deserialize(TextReader reader, Type returnType, YamlSerializerContext context)
The source reader.
The destination CLR type.
The source-generated serializer context.