org.flexdock.perspective.persist
public interface PersistenceHandler
| Modifier and Type | Method and Description |
|---|---|
Persister |
createDefaultPersister() |
PerspectiveModel |
load(String persistenceKey) |
boolean |
store(String persistenceKey,
PerspectiveModel perspectiveModel) |
boolean store(String persistenceKey, PerspectiveModel perspectiveModel) throws IOException, PersistenceException
IOExceptionPersistenceExceptionPerspectiveModel load(String persistenceKey) throws IOException, PersistenceException
IOExceptionPersistenceExceptionPersister createDefaultPersister()