Uses of Package
com.sibvisions.rad.remote

Packages that use com.sibvisions.rad.remote
com.sibvisions.rad.remote Contains general communication classes which can be used from client and server implementations. 
com.sibvisions.rad.remote.http Contains general communication classes which can be used from client and server implementations. 
com.sibvisions.rad.remote.serializer Contains classes for serialize/deserialize java objects. 
com.sibvisions.rad.server Contains remote server classes and dependent components. 
 

Classes in com.sibvisions.rad.remote used by com.sibvisions.rad.remote
ISerializer
          The ISerializer interface defines standard methods for serialization and deserialization of objects to and from streams.
 

Classes in com.sibvisions.rad.remote used by com.sibvisions.rad.remote.http
AbstractSerializedConnection
          This is the default IConnection implementation.
ISerializer
          The ISerializer interface defines standard methods for serialization and deserialization of objects to and from streams.
 

Classes in com.sibvisions.rad.remote used by com.sibvisions.rad.remote.serializer
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.
 

Classes in com.sibvisions.rad.remote used by com.sibvisions.rad.server
ISerializer
          The ISerializer interface defines standard methods for serialization and deserialization of objects to and from streams.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.