Deserializes YAML from a span of characters using an explicit destination type.
public static object? Deserialize(ReadOnlySpan<char> yaml, Type returnType, YamlSerializerOptions? options = null)
The YAML payload as a span.
The destination CLR type.
The serializer options. If null, Default is used.