BinaryReadable |
The role of an object that can be read as a stream of bytes.
|
BinaryWritable |
The role of an object that can be written as a stream of bytes.
|
Marshallable |
The role of an object that can be marshalled to an OutputStream .
|
Persistable |
The role of an object that can be persisted.
|
TextReadable |
The role of an object that can be read as a stream of characters.
|
TextWritable |
The role of an object that can be written as a stream of characters.
|
Unmarshallable |
The role of an object that can be unmarshalled.
|