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: .

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 serialize objects by fields even if it implements ISerializable; otherwise, .

See Also