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 AsBlob(String, Object)
is used in a write command with an unrecognized object type.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static bool DisableSerializer
Field Value
Type: BooleanSee Also