DeserializingEventArgsObject Property

Gets the uninitialized object that is being deserialized.
If you initialize it manually make sure you set the Handled property to to omit the default deserialization logic.

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Object Object { get; }

Property Value

Object

See Also