public interface CustomMarshal
CustomValue
that is a descendant of this interface.DataInputStream
,
DataOutputStream
Modifier and Type | Method and Description |
---|---|
void |
marshal(DataOutputStream into_stream)
Read (unmarshal) the content of this object from the given input stream.
|
void |
unmarshal(DataInputStream from_stream)
Write (marshal) the content of this object to the given input stream.
|
void marshal(DataOutputStream into_stream)
into_stream
- a stream to read from.void unmarshal(DataInputStream from_stream)
from_stream
- a stream to write into.