ValueDisableDeserializer Field

Aerospike
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.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax

C#
public static bool DisableDeserializer

Field Value

Type: Boolean
See Also

Reference