GettingFieldEventArgsType Property

Gets or sets the Type to be stored in the serialization stream.
Setting will cause an ArgumentNullException from SerializationInfo.
To prevent storing any value 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: 8.1.0
C#
public Type Type { get; set; }

Property Value

Type

See Also