Package com.illumon.util.codec
Class StringStringMapCodec
java.lang.Object
io.deephaven.util.codec.MapCodec<String,V>
io.deephaven.util.codec.StringStringMapCodec
com.illumon.util.codec.StringStringMapCodec
- All Implemented Interfaces:
ObjectCodec<Map<String,,String>> io.deephaven.util.codec.ObjectCodec<Map<String,,String>> io.deephaven.util.codec.ObjectDecoder<Map<String,String>>
@Deprecated
public class StringStringMapCodec
extends io.deephaven.util.codec.StringStringMapCodec
implements ObjectCodec<Map<String,String>>
Deprecated.
-
Field Summary
FieldsFields inherited from interface io.deephaven.util.codec.ObjectDecoder
VARIABLE_WIDTH_SENTINEL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.deephaven.util.codec.MapCodec
decode, decode, encode, expectedObjectWidth, getPrecision, getScale, isNullableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.util.codec.ObjectCodec
encode, getPrecision, getScale, isNullableMethods inherited from interface io.deephaven.util.codec.ObjectDecoder
checkWidth, decode, decode, expectedObjectWidth
-
Field Details
-
INSTANCE
Deprecated.
-
-
Constructor Details
-
StringStringMapCodec
Deprecated.
-
StringStringMapCodec