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