Deserializes a YAML payload into an explicit destination type using generated metadata from a serializer context.
public static object? Deserialize(string yaml, Type returnType, YamlSerializerContext context)
The YAML payload.
The destination CLR type.
The source-generated serializer context.