GettingFieldEventArgsValue Property

Gets or sets the value to be stored in the serialization stream.
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: 10.0.0
C#
public Object? Value { get; set; }

Property Value

Object

See Also