| Constructor and Description |
|---|
DefaultFilePersister() |
| Modifier and Type | Method and Description |
|---|---|
PerspectiveModel |
load(java.io.InputStream in)
Deserializes
PerspectiveInfo from the supplied data stream. |
boolean |
store(java.io.OutputStream out,
PerspectiveModel info)
Serializes
PerspectiveInfo to the supplied data stream. |
public PerspectiveModel load(java.io.InputStream in) throws java.io.IOException, PersistenceException
PersisterPerspectiveInfo from the supplied data stream.load in interface Persisterin - InputStream to load perspectiveInfo from.true when there was no problem with persisting the perspectiveInfo object.java.io.IOException - in case of input/output problem.PersistenceExceptionpublic boolean store(java.io.OutputStream out,
PerspectiveModel info)
throws java.io.IOException
PersisterPerspectiveInfo to the supplied data stream.