CustomSerializerSurrogateSelectorIgnoreISerializable Property
Gets or sets whether the
ISerializable implementation should be ignored.
The value of this property can be overridden by handling the
Serializing event.
Default value:
.
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 serialize objects by fields even if it implements
ISerializable;
otherwise,
.