Attempts to deserialize YAML from a stream using UTF-8 encoding.
public static bool TryDeserialize<T>(Stream utf8Stream, scoped out T? value, YamlSerializerOptions? options = null)
The source stream.
The deserialized value when successful; otherwise default.
The serializer options. If null, Default is used.
true when deserialization succeeded; otherwise false.