GettingFieldEventArgsSerializationInfo Property

Gets the SerializationInfo of the Object being serialized. If you add the data 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