de.hpi.fgis.dude.util.data.storage
Interface DuDeStorage<T extends Jsonable>

Type Parameters:
T - The Jsonable type whose instances are stored in the DuDeStorage.
All Superinterfaces:
JsonReadable<T>, JsonWritable<T>
All Known Implementing Classes:
AbstractDuDeStorage, FileBasedStorage, InMemoryStorage

public interface DuDeStorage<T extends Jsonable>
extends JsonReadable<T>, JsonWritable<T>

DuDeStorage stores Jsonable instances. These instances can be accessed using a JsonableReader and added using a JsonableWriter.

Author:
Matthias Pohl
See Also:
AbstractDuDeStorage

Method Summary
 
Methods inherited from interface de.hpi.fgis.dude.util.data.storage.JsonReadable
getReader, size
 
Methods inherited from interface de.hpi.fgis.dude.util.data.storage.JsonWritable
disableFormattedJson, enableFormattedJson, getWriter, isFormattedJson
 



Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.