Class | Description |
---|---|
DefaultFilenameXmlFileValueManager<V> |
This ValueManager will save and load the value V to a file using JAXB.
|
DefaultIndexedXmlFileValueManager<K extends Serializable,V> |
The default implementation of AbstractIndexedFileValueManager which stores the value as XML files.
|
DefaultKeyedXmlFileValueManager<K extends Serializable,V extends Keyed<K>> |
This ValueManager will save and load the value V to a file using JAXB.
|
Copyright © 2016. All rights reserved.