UnmappedMemberHandling Property

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Gets or sets how unmapped YAML members are handled during object deserialization.

public JsonUnmappedMemberHandling UnmappedMemberHandling { get; init; }

Returns

Remarks

This matches behavior from System.Text.Json. Extension data members still capture unmatched properties when present.