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