|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.util.serializers.BandLayoutManagerSerializer
public class BandLayoutManagerSerializer
A SerializeMethod implementation that handles BandLayoutManagers.
BandLayoutManager
Constructor Summary | |
---|---|
BandLayoutManagerSerializer()
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BandLayoutManagerSerializer()
Method Detail |
---|
public void writeObject(Object o, ObjectOutputStream out) throws IOException
writeObject
in interface org.pentaho.reporting.libraries.serializer.SerializeMethod
o
- the to be serialized object.out
- the outputstream that should receive the object.
IOException
- if an I/O error occured.public Object readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
readObject
in interface org.pentaho.reporting.libraries.serializer.SerializeMethod
in
- the object input stream from where to read the serialized data.
IOException
- if reading the stream failed.
ClassNotFoundException
- if serialized object class cannot be found.public Class getObjectClass()
getObjectClass
in interface org.pentaho.reporting.libraries.serializer.SerializeMethod
org.pentaho.reporting.engine.classic.core.layout.BandLayoutManager
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |