CustomSerializerSurrogateSelectorSafeMode Property

Gets or sets whether it is prohibited to serialize and deserialize types that are not marked by SerializableAttribute if the IsTypeSupported property is not set.
Default value: .

Definition

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

Property Value

Boolean

Remarks

See Also