CustomSerializerSurrogateSelectorObjectDataObtained Event

Occurs when the SerializationInfo of the object to be serialized has been obtained. You still can adjust its content before the actual serialization.

Definition

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

Value

EventHandlerObjectDataObtainedEventArgs

See Also