Uses of Interface
org.omnaest.utils.store.DirectoryBasedObjectStore

Packages that use DirectoryBasedObjectStore
org.omnaest.utils.store   
 

Uses of DirectoryBasedObjectStore in org.omnaest.utils.store
 

Classes in org.omnaest.utils.store that implement DirectoryBasedObjectStore
 class DirectoryBasedObjectStoreUsingJAXB<E>
          A simple Object store based on a nested directory structure using JAXB
 class DirectoryBasedObjectStoreUsingSerializable<E extends Serializable>
          A simple Object store based on a nested directory structure using Java serialization.
 class DirectoryBasedObjectStoreUsingXStream<E>
          A simple Object store based on a nested directory structure using XStream
 



Copyright © 2013. All Rights Reserved.