public abstract class BaseSerializationContext
extends java.lang.Object
| Constructor and Description |
|---|
BaseSerializationContext() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getKeyValueSize() |
int |
getOrderInMap() |
byte |
getTimeDescriptor() |
org.ojai.Value.Type |
getType() |
boolean |
isArrayElement() |
boolean |
isRoot() |
void |
setIsArrayElement(boolean isArrayElement) |
void |
setKeyValueSize(java.nio.ByteBuffer input) |
void |
setNewRecord(boolean isNewRecord) |
void |
setNumBitsForValue(int num) |
void |
setOrderInMap(int orderInMap) |
void |
setTimeDescriptor(byte timeDescriptor) |
void |
setType(org.ojai.Value.Type t) |
public byte getTimeDescriptor()
public void setTimeDescriptor(byte timeDescriptor)
public boolean isArrayElement()
public void setIsArrayElement(boolean isArrayElement)
public boolean isRoot()
public void setNewRecord(boolean isNewRecord)
public int getOrderInMap()
public void setOrderInMap(int orderInMap)
public void setType(org.ojai.Value.Type t)
public org.ojai.Value.Type getType()
public void setNumBitsForValue(int num)
public void setKeyValueSize(java.nio.ByteBuffer input)
public int[] getKeyValueSize()