Create(TextReader, YamlSerializerOptions?) Method

Definition

Assembly SharpYaml.dll

Creates a YAML reader over a text reader.

public static YamlReader Create(TextReader reader, YamlSerializerOptions? options = null)

Parameters

reader
TextReader

The YAML payload reader.

options
YamlSerializerOptions

Options used for parsing behaviors such as reference handling.

Returns