Attempts to deserialize YAML from a text reader using an explicit destination type and generated metadata from a serializer context.
public static bool TryDeserialize(TextReader reader, Type returnType, YamlSerializerContext context, scoped out object? value)
The source reader.
The destination CLR type.
The source-generated serializer context.
The deserialized value when successful; otherwise null.
true when deserialization succeeded; otherwise false.