Integer |
UInt8Codec.decode(CodecContext context,
byte[] bytes) |
BigInteger |
UInt64Codec.decode(CodecContext context,
byte[] bytes) |
Long |
UInt32Codec.decode(CodecContext context,
byte[] bytes) |
Integer |
UInt16Codec.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) |
Integer |
Int8Codec.decode(CodecContext context,
byte[] bytes) |
Long |
Int64Codec.decode(CodecContext context,
byte[] bytes) |
Integer |
Int32Codec.decode(CodecContext context,
byte[] bytes) |
Integer |
Int16Codec.decode(CodecContext context,
byte[] bytes) |
java.time.Instant |
InstantCodec.decode(CodecContext context,
byte[] bytes) |
Float |
FloatCodec.decode(CodecContext context,
byte[] bytes) |
T |
EnumCodec.decode(CodecContext context,
byte[] bytes) |
Double |
DoubleCodec.decode(CodecContext context,
byte[] bytes) |
Date |
DateCodec.decode(CodecContext context,
byte[] bytes) |
T |
Codec.decode(CodecContext context,
byte[] bytes) |
Character |
CharCodec.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) |
void |
UInt64Codec.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 |
CalendarCodec.encode(CodecContext context,
byte[] bytes,
Calendar value) |
void |
CharCodec.encode(CodecContext context,
byte[] bytes,
Character value) |
void |
DateCodec.encode(CodecContext context,
byte[] bytes,
Date value) |
void |
DoubleCodec.encode(CodecContext context,
byte[] bytes,
Double value) |
void |
FloatCodec.encode(CodecContext context,
byte[] bytes,
Float value) |
void |
InstantCodec.encode(CodecContext context,
byte[] bytes,
java.time.Instant 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 |
UInt32Codec.encode(CodecContext context,
byte[] bytes,
Long value) |
void |
Int64Codec.encode(CodecContext context,
byte[] bytes,
Long value) |
void |
ShortCodec.encode(CodecContext context,
byte[] bytes,
Short value) |
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) |