Package com.illumon.util.codec
package com.illumon.util.codec
-
ClassDescriptionBigDecimal encoder, with fixed and variable width support.Simple ObjectCodec for BigIntegers.ObjectCodec implementation for arrays of bytes.Cache for
ObjectCodec
instances.Exception class forCodecCache
item construction issues.ExternalizableCodec<T extends Externalizable>This class is just a compatibility bridge forIntArrayCodec
LocalDate codec, with support for "full" and "compact" encodings.LocalTime codec, with support for nanosecond, millisecond, or second precision.This class is just a compatibility bridge forLongArrayCodec
MapCodec<K,V> ObjectCodec implementation for Maps of type K to V.ObjectCodec<TYPE>Codec interface for Object translation to/from byte arrays for serialization and deserialization.ObjectDecoder<TYPE>Codec superinterface for Object translation from byte arrays for serialization and deserialization.ObjectCodec implementation for Maps of String to Boolean.ObjectCodec implementation for Maps of String to Double.ObjectCodec implementation for Maps of String to Float.ObjectCodec implementation for Maps of String to Integer.ObjectCodec implementation for Maps of String to Long.ObjectCodec implementation for Maps of String to String.Codec for non-nullable Strings from UTF8 byte arrays.