|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.libraries.serializer.methods.GeneralPathSerializer
public class GeneralPathSerializer
A serialize method that handles java.awt.geom.GeneralPath objects.
| Constructor Summary | |
|---|---|
GeneralPathSerializer()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getObjectClass()
The class of the object, which this object can serialize. |
java.lang.Object |
readObject(java.io.ObjectInputStream in)
Reads the object from the object input stream. |
void |
writeObject(java.lang.Object o,
java.io.ObjectOutputStream out)
Writes a serializable object description to the given object output stream. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneralPathSerializer()
| Method Detail |
|---|
public java.lang.Class getObjectClass()
getObjectClass in interface SerializeMethod
public java.lang.Object readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readObject in interface SerializeMethodin - the object input stream from where to read the serialized data.
java.io.IOException - if reading the stream failed.
java.lang.ClassNotFoundException - if serialized object class cannot be found.
public void writeObject(java.lang.Object o,
java.io.ObjectOutputStream out)
throws java.io.IOException
writeObject in interface SerializeMethodo - the to be serialized object.out - the outputstream that should receive the object.
java.io.IOException - if an I/O error occured.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||