ValueDisableSerializer Field

Should BinaryFormatter be disabled. If true, an exception will be thrown when BinaryFormatter is used. BinaryFormatter serialization is triggered when a bin constructed by Bin(String, Object) or [!:Bin.AsBlob(string, object)] is used in a write command with an unrecognized object type.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.4.1.0 (5.4.1)
C#
public static bool DisableSerializer

Field Value

Boolean

See Also