UseSchema Property

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Gets or sets a value indicating whether scalar deserialization should resolve through Schema.

public bool UseSchema { get; init; }

Returns

Remarks

When false, built-in converters use a fast span-based path for common YAML 1.2 scalars while still honoring quoted scalars as strings. When true, scalar resolution goes through the selected Schema.