Package | Description |
---|---|
dk.heick.caching.persistences.file.serializable | |
dk.heick.caching.persistences.file.xml |
Modifier and Type | Class and Description |
---|---|
class |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
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.