ValueDisableSerializer Field

Should BinaryFormatter be disabled. If true, an exception will be thrown when BinaryFormatter is used. BinaryFormatter has been removed from the client by default, so this field is no longer relevant.

Definition

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

Field Value

Boolean

See Also