SerializingEventArgsSerializationInfo Property

Gets the empty SerializationInfo of the Object being serialized.
If you populate it 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 SerializationInfo SerializationInfo { get; }

Property Value

SerializationInfo

See Also