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.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 5.4.0.0 (5.4.0)
public static bool DisableDeserializer
Field Value
Boolean