Class StringLongMapCodec

java.lang.Object
io.deephaven.util.codec.MapCodec<String,V>
io.deephaven.util.codec.StringLongMapCodec
All Implemented Interfaces:
ObjectCodec<Map<String,Long>>, ObjectDecoder<Map<String,Long>>

public class StringLongMapCodec extends MapCodec<String,V>
ObjectCodec implementation for Maps of String to Long. 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.
  • Constructor Details

    • StringLongMapCodec

      public StringLongMapCodec(@Nullable @Nullable String arguments)