DeserializingEventArgsIgnoreISerializable Property

Gets or sets whether the ISerializable implementation of Object should be ignored.
To completely omit the default deserialization logic set the Handled property to .

Definition

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

Property Value

Boolean
to deserialize the Object by fields even if it implements ISerializable; otherwise, .

See Also