|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
ObjectSerializationCodecFactory | A ProtocolCodecFactory that serializes and deserializes Java objects. |
ObjectSerializationDecoder | A ProtocolDecoder which deserializes Serializable Java
objects using IoBuffer.getObject(ClassLoader) . |
ObjectSerializationEncoder | A ProtocolEncoder which serializes Serializable Java objects
using IoBuffer.putObject(Object) . |
ObjectSerializationInputStream | An ObjectInput and InputStream that can read the objects encoded
by ObjectSerializationEncoder . |
ObjectSerializationOutputStream | An ObjectOutput and OutputStream that can write the objects as
the serialized form that ObjectSerializationDecoder can decode. |
Protocol codecs which uses Java object serilization and leads to rapid protocol implementation.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |