ValueDisableDeserializer Field

Should default object deserializer be disabled. If true, an exception will be thrown when a default object deserialization is attempted. Default object serialization is triggered when serialized data is read/parsed from the server. DisableDeserializer is separate from DisableSerializer because there may be cases when no new serialization is allowed, but existing serialized objects need to be supported. 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 DisableDeserializer

Field Value

Boolean

See Also