public interface ByteSerializable
Modifier and Type | Interface and Description |
---|---|
static interface |
ByteSerializable.Deserialize
Annotates constructors used for creating new object instances from a
SerializationInputStream . |
Modifier and Type | Method and Description |
---|---|
void |
serialize(SerializationOutputStream out)
Serializes this object to binary form by passing it through a
serialization stream.
|
void serialize(SerializationOutputStream out) throws java.io.IOException
out
- stream to serialize to.java.io.IOException