This class contains the default formatter used when serializing objects to bytes.
Inheritance Hierarchy
Aerospike.ClientFormatter
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class Formatter
The Formatter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Formatter | Initializes a new instance of the Formatter class |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Default |
Default formatter used when serializing objects to bytes.
The user can override this default.
|
See Also