CustomSerializerSurrogateSelectorIgnoreNonExistingFields Property

Gets or sets whether serialization data without a corresponding field should be silently ignored on deserialization. The field setting can be adjusted by handling the SettingField event.
Default value: .

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool IgnoreNonExistingFields { get; set; }

Property Value

Boolean

See Also