![]() |
Serializer Object
Definition at line 40 of file src/include/aerospike/as_serializer.h.
#include "as_serializer.h"
Data Fields | |
void * | data |
const struct as_serializer_hooks_s * | hooks |
Private Attributes | |
bool | free |
void * as_serializer::data |
Data for the serializer.
Definition at line 51 of file src/include/aerospike/as_serializer.h.
|
private |
If true, then as_serializer_destroy() will free this.
Definition at line 46 of file src/include/aerospike/as_serializer.h.
const struct as_serializer_hooks_s * as_serializer::hooks |
Hooks for the serializer
Definition at line 56 of file src/include/aerospike/as_serializer.h.