Formatter Class

This class contains the default formatter used when serializing objects to bytes.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.0
C#
public sealed class Formatter
Inheritance
Object    Formatter

Constructors

FormatterInitializes a new instance of the Formatter class

Fields

Default Default formatter used when serializing objects to bytes. The user can override this default.

See Also