Converters Property

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Gets the custom converters.

public IReadOnlyList<YamlConverter> Converters { get; init; }

Returns

Remarks

Converters are evaluated in order and take precedence over built-in converters.