MVStoreTool.GenericDataType

A data type that can read any data that is persisted, and converts it to a byte array.

Methods
int compare(Object a, Object b)
int compare(Object a, Object b)
int getMemory(Object obj)
int getMemory(Object obj)
Object read(ByteBuffer buff)
Object read(ByteBuffer buff)
void read(ByteBuffer buff, Object[] obj, int len, boolean key)
void read(ByteBuffer buff, Object[] obj, int len, boolean key)
void write(WriteBuffer buff, Object obj)
void write(WriteBuffer buff, Object obj)
void write(WriteBuffer buff, Object[] obj, int len, boolean key)
void write(WriteBuffer buff, Object[] obj, int len, boolean key)