Package org.jppf.serialization

Classes providing support for alternatives to Java standard serialization mechanism.

See:
          Description

Interface Summary
JPPFObjectStreamBuilder Interface for all builders instantiating alternate object input streams and output streams.
 

Class Summary
DeserializationCaches Instances of this class handle the caching and lookup of class descriptors and objects during deserialization.
Deserializer Instances of this class are intended to deserialize object graphs from an underlying input stream.
GenericObjectStreamBuilder This the factory for the JPPF implementation of object streams which allow the serialization and deserialization of objects whose class does not implemnent java.io.Serializable.
JPPFConfigurationObjectStreamBuilder Standard object stream factory.
JPPFGetField JPPF implementation of the GetField API.
JPPFObjectInputStream Implementation of ObjectInputStream that reads objects without regards to whether they implement Serializable or not.
JPPFObjectOutputStream Implementation of ObjectOutputStream that writes objects without regards to whether they implement Serializable or not.
JPPFObjectStreamBuilderImpl Standard object stream factory.
JPPFObjectStreamFactory This class builds object streams based on JPPF configuration properties.
ReflectionHelper  
SerializationCaches Instances of this class handle the caching and lookup of class descriptors and objects during serialization.
Serializer Instances of this class are intended to serialize object graphs to an underlying output stream.
XstreamObjectStreamBuilder Object stream factory that creates streams from the XStream framework.
 

Package org.jppf.serialization Description

Classes providing support for alternatives to Java standard serialization mechanism.



Copyright © 2005-2010 JPPF Team.