Deserializes a TOML payload from a text reader into an explicit destination type using generated metadata from a serializer context.
public static object? Deserialize(TextReader reader, Type returnType, TomlSerializerContext context)