CustomSerializerSurrogateSelectorGettingField Event

Occurs when a field value is about to be retrieved on serialization. You can adjust the Name, Value and Type of the entry to be stored, or set the Handled property to to prevent storing any value for the current Field. The Handled property might be initialized to for fields that are marked by the NonSerializedAttribute.

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public event EventHandler<GettingFieldEventArgs> GettingField

Value

EventHandlerGettingFieldEventArgs

See Also