Package cn.sliew.milky.common.io.stream
Interface Streamable
-
public interface Streamable extends Writable, Readable
Implementers can be written to a StreamOutput and read from a StreamInput. If the implementer also implements equals and hashCode then a copy made by serializing and deserializing must be equal and have the same hashCode. It isn't required that such a copy be entirely unchanged.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cn.sliew.milky.common.io.stream.Readable
Readable.Reader<V>
-
Nested classes/interfaces inherited from interface cn.sliew.milky.common.io.stream.Writable
Writable.Writer<V>
-
-