Deserializes YAML from a text reader using an explicit destination type.
public static object? Deserialize(TextReader reader, Type returnType, YamlSerializerOptions? options = null)
The source reader.
The destination CLR type.
The serializer options. If null, Default is used.