BigDecimalCodec |
BigDecimal encoder, with fixed and variable width support.
|
BigDecimalCodec.Params |
|
BigIntegerCodec |
Simple ObjectCodec for BigIntegers.
|
ByteArrayCodec |
ObjectCodec implementation for arrays of bytes.
|
ExternalizableCodec<T extends Externalizable> |
|
LocalDateCodec |
LocalDate codec, with support for "full" and "compact" encodings.
|
LocalTimeCodec |
LocalTime codec, with support for nanosecond, millisecond, or second precision.
|
MapCodec<K,V> |
ObjectCodec implementation for Maps of type K to V.
|
SerializableCodec<T> |
|
StringBooleanMapCodec |
ObjectCodec implementation for Maps of String to Boolean.
|
StringDoubleMapCodec |
ObjectCodec implementation for Maps of String to Double.
|
StringFloatMapCodec |
ObjectCodec implementation for Maps of String to Float.
|
StringIntMapCodec |
ObjectCodec implementation for Maps of String to Integer.
|
StringLongMapCodec |
ObjectCodec implementation for Maps of String to Long.
|
StringStringMapCodec |
ObjectCodec implementation for Maps of String to String.
|
UTF8StringAsByteArrayCodec |
Codec for non-nullable Strings from UTF8 byte arrays.
|
ZonedDateTimeCodec |
|