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.
Namespace: KGySoft.Serialization.BinaryAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public Object Object { get; }
Public ReadOnly Property Object As Object
Get
public:
property Object^ Object {
Object^ get ();
}
member Object : Object with get
Property Value
Object