Class SerializableCodec<T>

java.lang.Object
io.deephaven.util.codec.SerializableCodec<T>
com.illumon.util.codec.SerializableCodec<T>
All Implemented Interfaces:
ObjectCodec<T>, io.deephaven.util.codec.ObjectCodec<T>, io.deephaven.util.codec.ObjectDecoder<T>

@Deprecated public class SerializableCodec<T> extends io.deephaven.util.codec.SerializableCodec<T> implements ObjectCodec<T>
Deprecated.
use SerializableCodec
  • Field Summary

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

    VARIABLE_WIDTH_SENTINEL
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> SerializableCodec<T>
    Deprecated.
     

    Methods inherited from class io.deephaven.util.codec.SerializableCodec

    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
  • Constructor Details

    • SerializableCodec

      public SerializableCodec(String dummy)
      Deprecated.
  • Method Details