void |
UInt64Codec.encode(CodecContext context,
ByteBuffer buffer,
BigInteger value) |
void |
UInt64ArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
BigInteger[] values) |
void |
BoolCodec.encode(CodecContext context,
ByteBuffer buffer,
Boolean value) |
void |
BoolArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
boolean[] values) |
void |
BoolArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Boolean[] values) |
void |
ByteCodec.encode(CodecContext context,
ByteBuffer buffer,
Byte value) |
void |
BinaryCodec.encode(CodecContext context,
ByteBuffer buffer,
byte[] values) |
void |
BinaryCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Byte[] values) |
void |
CalendarCodec.encode(CodecContext context,
ByteBuffer buffer,
Calendar calendar) |
void |
CharArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
char[] values) |
void |
AsciiArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
char[] values) |
void |
CharCodec.encode(CodecContext context,
ByteBuffer buffer,
Character value) |
void |
AsciiCodec.encode(CodecContext context,
ByteBuffer buffer,
Character value) |
void |
CharArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Character[] values) |
void |
AsciiArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Character[] values) |
void |
UInt64ArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<BigInteger> collection) |
void |
BoolArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Boolean> collection) |
void |
BinaryCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Byte> collection) |
void |
CharArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Character> collection) |
void |
AsciiArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Character> collection) |
void |
DoubleArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Double> collection) |
void |
FloatArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Float> collection) |
void |
UInt8ArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Integer> collection) |
void |
UInt16ArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Integer> collection) |
void |
Int8ArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Integer> collection) |
void |
Int32ArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Integer> collection) |
void |
Int16ArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Integer> collection) |
void |
UInt32ArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Long> collection) |
void |
Int64ArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Long> collection) |
void |
ShortArrayCodec.CollectionCodec.encode(CodecContext context,
ByteBuffer buffer,
Collection<Short> collection) |
void |
DateCodec.encode(CodecContext context,
ByteBuffer buffer,
Date value) |
void |
DoubleCodec.encode(CodecContext context,
ByteBuffer buffer,
Double value) |
void |
DoubleArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
double[] values) |
void |
DoubleArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Double[] values) |
void |
FloatCodec.encode(CodecContext context,
ByteBuffer buffer,
Float value) |
void |
FloatArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
float[] values) |
void |
FloatArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Float[] values) |
void |
InstantCodec.encode(CodecContext context,
ByteBuffer buffer,
java.time.Instant value) |
void |
UInt8ArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
int[] values) |
void |
UInt16ArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
int[] values) |
void |
Int8ArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
int[] values) |
void |
Int32ArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
int[] values) |
void |
Int16ArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
int[] values) |
void |
UInt8Codec.encode(CodecContext context,
ByteBuffer buffer,
Integer value) |
void |
UInt16Codec.encode(CodecContext context,
ByteBuffer buffer,
Integer value) |
void |
Int8Codec.encode(CodecContext context,
ByteBuffer buffer,
Integer value) |
void |
Int32Codec.encode(CodecContext context,
ByteBuffer buffer,
Integer value) |
void |
Int16Codec.encode(CodecContext context,
ByteBuffer buffer,
Integer value) |
void |
UInt8ArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Integer[] values) |
void |
UInt16ArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Integer[] values) |
void |
Int8ArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Integer[] values) |
void |
Int32ArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Integer[] values) |
void |
Int16ArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Integer[] values) |
void |
LocalDateTimeCodec.encode(CodecContext context,
ByteBuffer buffer,
java.time.LocalDateTime value) |
void |
UInt32Codec.encode(CodecContext context,
ByteBuffer buffer,
Long value) |
void |
Int64Codec.encode(CodecContext context,
ByteBuffer buffer,
Long value) |
void |
UInt32ArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
long[] values) |
void |
Int64ArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
long[] values) |
void |
UInt32ArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Long[] values) |
void |
Int64ArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Long[] values) |
void |
ShortCodec.encode(CodecContext context,
ByteBuffer buffer,
Short value) |
void |
ShortArrayCodec.encode(CodecContext context,
ByteBuffer buffer,
short[] values) |
void |
ShortArrayCodec.WrapperCodec.encode(CodecContext context,
ByteBuffer buffer,
Short[] values) |
void |
StringCodec.encode(CodecContext context,
ByteBuffer buffer,
String value) |
void |
StringBufferCodec.encode(CodecContext context,
ByteBuffer buffer,
StringBuffer value) |
void |
StringBuilderCodec.encode(CodecContext context,
ByteBuffer buffer,
StringBuilder value) |
void |
EnumCodec.encode(CodecContext context,
ByteBuffer buffer,
T value) |
void |
Codec.encode(CodecContext context,
ByteBuffer buffer,
T value) |
void |
TimestampCodec.encode(CodecContext context,
ByteBuffer buffer,
Timestamp value) |