Package pyrasun.eio.protocols.object

An EmberIO protocol used for sending Serialized objects around.

See:
          Description

Class Summary
EIOObjectEndpoint Central part of the Object protocol, encapsulates non-blocking reading and writing.
EIOObjectEndpointFactory  
EIOObjectReader A simple Object reader.
EIOObjectWriter  
Packet  
 

Package pyrasun.eio.protocols.object Description

An EmberIO protocol used for sending Serialized objects around. It's similar to the bytearray protocol but uses objects instead of bytes. At the best of times this protocol is about half the speed of the bytearray protocol because serialization in Java is so freakin' slow.

Package Specification

(none)

Related Documentation

Since:
EmberIO Alpha 0.2


Pyrasun EmberIO