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:
.
Namespace: KGySoft.Serialization.BinaryAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool IgnoreNonExistingFields { get; set; }
Public Property IgnoreNonExistingFields As Boolean
Get
Set
public:
property bool IgnoreNonExistingFields {
bool get ();
void set (bool value);
}
member IgnoreNonExistingFields : bool with get, set
Property Value
Boolean