CustomSerializerSurrogateSelectorSerializing Event

Occurs when an object is being serialized, before saving its inner content.
If you populate the SerializationInfo manually make sure you set the Handled property to to omit the default serialization logic.

Definition

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

Value

EventHandlerSerializingEventArgs

See Also