CustomSerializerSurrogateSelectorIsTypeSupported Property

Gets or sets a delegate that can tell whether this CustomSerializerSurrogateSelector instance can be used to serialize and deserialize a type. If this property is , and SafeMode is , then only serializable types are supported. Primitive types, String, arrays, pointers any by-ref types are not supported, regardless of the SafeMode property.
Default value: .

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public Func<Type, bool>? IsTypeSupported { get; set; }

Property Value

FuncType, Boolean

See Also