org.jppf.utils
Interface SerializationHelper

All Known Implementing Classes:
GSSerializationHelper, SerializationHelperImpl

public interface SerializationHelper

Collection of utility methods for serializing and deserializing to and from bytes buffers.

Author:
Laurent Cohen

Method Summary
 ObjectSerializer getSerializer()
          Get a reference to the ObjectSerializer used by this helper.
 

Method Detail

getSerializer

ObjectSerializer getSerializer()
                               throws Exception
Get a reference to the ObjectSerializer used by this helper.

Returns:
an ObjectSerializer instance.
Throws:
Exception - if the serializer could not be obtained.


Copyright © 2005-2010 JPPF Team.