See: Description
| Class | Description |
|---|---|
| ObjectSerializationCodecFactory |
A
ProtocolCodecFactory that serializes and deserializes Java objects. |
| ObjectSerializationDecoder |
A
ProtocolDecoder which deserializes Serializable Java
objects using IoBuffer.getObject(ClassLoader). |
| ObjectSerializationEncoder | |
| ObjectSerializationInputStream | |
| ObjectSerializationOutputStream |
An
ObjectOutput and OutputStream that can write the objects as
the serialized form that ObjectSerializationDecoder can decode. |