Uses of Interface
org.jppf.serialization.JPPFObjectStreamBuilder

Packages that use JPPFObjectStreamBuilder
org.jppf.serialization Classes providing support for alternatives to Java standard serialization mechanism. 
 

Uses of JPPFObjectStreamBuilder in org.jppf.serialization
 

Classes in org.jppf.serialization that implement JPPFObjectStreamBuilder
 class 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.
 class JPPFConfigurationObjectStreamBuilder
          Standard object stream factory.
 class JPPFObjectStreamBuilderImpl
          Standard object stream factory.
 class XstreamObjectStreamBuilder
          Object stream factory that creates streams from the XStream framework.
 



Copyright © 2005-2010 JPPF Team.