See: Description
| Interface | Description |
|---|---|
| JPPFObjectStreamBuilder |
Interface for all builders instantiating alternate object input streams and output streams.
|
| Class | Description |
|---|---|
| GenericObjectStreamBuilder |
This the factory for the JPPF implementation of object streams which allow
the serialization and deserialization of objects whose class does not implement
java.io.Serializable. |
| JPPFConfigurationObjectStreamBuilder |
Standard object stream factory.
|
| 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.
|
| XstreamObjectStreamBuilder |
Object stream factory that creates streams from the XStream framework.
|
Copyright © 2005-2012 JPPF Team.