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
.
Namespace: KGySoft.Serialization.BinaryAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool IgnoreISerializable { get; set; }
Public Property IgnoreISerializable As Boolean
Get
Set
public:
property bool IgnoreISerializable {
bool get ();
void set (bool value);
}
member IgnoreISerializable : bool with get, set
Property Value
Boolean to deserialize the
Object by fields even if it implements
ISerializable;
otherwise,
.