org.pentaho.reporting.libraries.serializer.methods
public class GeneralPathSerializer extends Object implements SerializeMethod
Constructor Summary | |
---|---|
GeneralPathSerializer()
Default constructor. |
Method Summary | |
---|---|
Class | getObjectClass()
The class of the object, which this object can serialize.
|
Object | readObject(ObjectInputStream in)
Reads the object from the object input stream.
|
void | writeObject(Object o, ObjectOutputStream out)
Writes a serializable object description to the given object output stream.
|
Returns: the class of the object type, which this method handles.
Parameters: in the object input stream from where to read the serialized data.
Returns: the generated object.
Throws: java.io.IOException if reading the stream failed. ClassNotFoundException if serialized object class cannot be found.
Parameters: o the to be serialized object. out the outputstream that should receive the object.
Throws: java.io.IOException if an I/O error occured.