CustomSerializerSurrogateSelectorDeserializing Event

Occurs when an object is being deserialized.
If you initialize the Object manually make sure you set the Handled property to to omit the default deserialization logic.

Definition

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

Value

EventHandlerDeserializingEventArgs

See Also