Package io.deephaven.base
Interface Encodeable
public interface Encodeable
This interface is a slightly weaker version of java.io.Externalizable, in that it only allows the use of the
DataInput and -Output interfaces for reading and writing, not ObjectInput and -Output.
-
Method Summary
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-