Class | Description |
---|---|
DefaultFilenameSerializableFileValueManager<V extends Serializable> |
This ValueManager will serialize and deserialize the value V to a file where the Key(K) is a String which is used as filename.
|
DefaultIndexedSerializableFileValueManager<K extends Serializable,V extends Serializable> |
Default implementation of AbstractIndexedFileValueManager, which stores the value as serialized files.
|
DefaultKeyedSerializableFileValueManager<K extends Serializable,V extends Keyed<K> & Serializable> |
This ValueManager will serialize and deserialize the value V to a file where the key is stored in the Value.
This requries that V implements Serializable and Keyed . |
Copyright © 2016. All rights reserved.