org.jppf.gigaspaces.serialization
Class GSSerializationHelper
java.lang.Object
org.jppf.utils.SerializationHelperImpl
org.jppf.gigaspaces.serialization.GSSerializationHelper
- All Implemented Interfaces:
- SerializationHelper
public class GSSerializationHelper
- extends SerializationHelperImpl
Serialization helper used for GS client bootstrapping.
- Author:
- Laurent Cohen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GSSerializationHelper
public GSSerializationHelper()
- Default constructor.
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.