CustomSerializerSurrogateSelectorSettingField Event

Occurs when a field value is about to be set on deserialization. You can adjust the associated Field and its desired Value to be set or you can set the Handled property to to prevent setting any field by the default logic.

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public event EventHandler<SettingFieldEventArgs> SettingField

Value

EventHandlerSettingFieldEventArgs

See Also