Uses of Interface
com.sibvisions.rad.remote.ISerializer

Packages that use ISerializer
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.server Contains remote server classes and dependent components. 
 

Uses of ISerializer in com.sibvisions.rad.remote
 

Classes in com.sibvisions.rad.remote that implement ISerializer
 class 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.
 class 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.
 

Methods in com.sibvisions.rad.remote that return ISerializer
protected static ISerializer AbstractSerializedConnection.createSerializer(String pClassName)
          Creates the serializer from a given class name.
 

Constructors in com.sibvisions.rad.remote with parameters of type ISerializer
AbstractSerializedConnection(ISerializer pSerializer)
          Creates a new instance of AbstractSerializedConnection.
 

Uses of ISerializer in com.sibvisions.rad.remote.http
 

Constructors in com.sibvisions.rad.remote.http with parameters of type ISerializer
HttpConnection(ISerializer pSerializer, String pServletURL)
          Creates a new instance of HttpConnection.
 

Uses of ISerializer in com.sibvisions.rad.server
 

Methods in com.sibvisions.rad.server with parameters of type ISerializer
 Object DefaultSessionManager.createSession(IRequest pRequest, ISerializer pSerializer, ChangedHashtable<String,Object> pProperties)
          Creates an authenticated session for an application.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.