Inheritance diagram for ObjectSerializer:Public Methods | |
| public< T > T | load (DataInput in, Class< T > cls) throws IOException |
| DataInput | createStream (InputStream inputStream) throws IOException |
| DataOutput | newOutputStream (OutputStream bos) throws IOException |
Package Functions | |
| public< T extends DataObject > void | store (DataOutput out, T object) throws IOException |
| DataInput createStream | ( | InputStream | inputStream | ) | throws IOException |
Implemented in AbstractPSSerializer, and JavaSerializer.
| public<T> T load | ( | DataInput | in, |
| Class< T > | cls | ||
| ) | throws IOException |
Implemented in AbstractPSSerializer, and JavaSerializer.
| DataOutput newOutputStream | ( | OutputStream | bos | ) | throws IOException |
Implemented in AbstractPSSerializer, and JavaSerializer.
| public<T extends DataObject> void store | ( | DataOutput | out, |
| T | object | ||
| ) | throws IOException [package] |
Implemented in AbstractPSSerializer, and JavaSerializer.