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.
use StringStringMapCodec
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated.
     

    Fields inherited from interface io.deephaven.util.codec.ObjectDecoder

    VARIABLE_WIDTH_SENTINEL
  • Constructor Summary

    Constructors
    Constructor
    Description
    StringStringMapCodec(@Nullable String arguments)
    Deprecated.
     
  • 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.ObjectCodec

    encode, getPrecision, getScale, isNullable

    Methods inherited from interface io.deephaven.util.codec.ObjectDecoder

    checkWidth, decode, decode, expectedObjectWidth
  • Field Details

  • Constructor Details

    • StringStringMapCodec

      public StringStringMapCodec(@Nullable @Nullable String arguments)
      Deprecated.