Uses of Interface
org.jppf.utils.SerializationHelper

Packages that use SerializationHelper
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.gigaspaces.serialization Classes supporting the GigaSpaces connector sample. 
org.jppf.node Support for node life cycle events. 
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.node Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.utils Utility and helper classes used throughout the JPPF code. 
 

Uses of SerializationHelper in org.jppf.client
 

Methods in org.jppf.client that return SerializationHelper
protected  SerializationHelper AbstractJPPFClientConnection.makeHelper()
          Instantiate a SerializationHelper using the current context class loader.
protected  SerializationHelper AbstractJPPFClientConnection.makeHelper(ClassLoader cl)
          Instantiate a SerializationHelper using the current context class loader.
 

Uses of SerializationHelper in org.jppf.gigaspaces.serialization
 

Classes in org.jppf.gigaspaces.serialization that implement SerializationHelper
 class GSSerializationHelper
          Serialization helper used for GS client bootstrapping.
 

Uses of SerializationHelper in org.jppf.node
 

Fields in org.jppf.node declared as SerializationHelper
protected  SerializationHelper AbstractMonitoredNode.helper
          Utility for deserialization and serialization.
 

Methods in org.jppf.node that return SerializationHelper
 SerializationHelper AbstractMonitoredNode.getHelper()
          Get the utility for deserialization and serialization.
 

Uses of SerializationHelper in org.jppf.server
 

Fields in org.jppf.server declared as SerializationHelper
protected  SerializationHelper AbstractResultSender.helper
          Used to serialize and deserialize the tasks data.
 

Uses of SerializationHelper in org.jppf.server.nio.nodeserver
 

Fields in org.jppf.server.nio.nodeserver declared as SerializationHelper
protected  SerializationHelper AbstractNodeContext.helper
          Helper used to serialize the bundle objects.
 

Uses of SerializationHelper in org.jppf.server.node
 

Fields in org.jppf.server.node declared as SerializationHelper
protected  SerializationHelper JPPFContainer.helper
          Utility for deserialization and serialization.
 

Uses of SerializationHelper in org.jppf.utils
 

Classes in org.jppf.utils that implement SerializationHelper
 class SerializationHelperImpl
          Collection of utility methods for serializing and deserializing to and from bytes buffers.
 



Copyright © 2005-2010 JPPF Team.