org.jppf.gigaspaces.serialization
Class GSSerializationHelper

java.lang.Object
  extended by org.jppf.utils.SerializationHelperImpl
      extended by org.jppf.gigaspaces.serialization.GSSerializationHelper
All Implemented Interfaces:
SerializationHelper

public class GSSerializationHelper
extends SerializationHelperImpl

Serialization helper used for GS client bootstrapping.

Author:
Laurent Cohen

Field Summary
 
Fields inherited from class org.jppf.utils.SerializationHelperImpl
serializer
 
Constructor Summary
GSSerializationHelper()
          Default constructor.
 
Method Summary
 ObjectSerializer getSerializer()
          Get the object serializer for this helper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSSerializationHelper

public GSSerializationHelper()
Default constructor.

Method Detail

getSerializer

public ObjectSerializer getSerializer()
                               throws Exception
Get the object serializer for this helper.

Specified by:
getSerializer in interface SerializationHelper
Overrides:
getSerializer in class SerializationHelperImpl
Returns:
an ObjectSerializer instance.
Throws:
Exception - if the object serializer could not be instantiated.
See Also:
SerializationHelper.getSerializer()


Copyright © 2005-2010 JPPF Team.