Package com.sibvisions.rad.remote

Contains general communication classes which can be used from client and server implementations.

See:
          Description

Interface Summary
ISerializer The ISerializer interface defines standard methods for serialization and deserialization of objects to and from streams.
 

Class Summary
AbstractSerializedConnection This is the default IConnection implementation.
ByteSerializer The ByteSerializer converts an object state into a byte stream in such a way that the byte stream can be converted back into a copy of the object.
UniversalSerializer The UniversalSerializer converts an object state into a byte stream in such a way that the byte stream can be converted back into a copy of the object.
 

Package com.sibvisions.rad.remote Description

Contains general communication classes which can be used from client and server implementations.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.