Package io.deephaven.util.codec
Class StringIntMapCodec
- All Implemented Interfaces:
ObjectCodec<Map<String,
,Integer>> ObjectDecoder<Map<String,
Integer>>
ObjectCodec implementation for Maps of String to Integer.
Each map is encoded as an integer length, followed by UTF-8 encoded strings for each key and the value.
A null map is represented as an array of zero bytes.
-
Field Summary
Fields inherited from interface io.deephaven.util.codec.ObjectDecoder
VARIABLE_WIDTH_SENTINEL
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.util.codec.MapCodec
decode, decode, encode, expectedObjectWidth, getPrecision, getScale, isNullable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.util.codec.ObjectDecoder
checkWidth
-
Constructor Details
-
StringIntMapCodec
-