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