small key-value database to store java objects
A key-value pair (KVP) is a set of two linked data items: a key, which is a unique identifier for some item of data, and the value, which is either the data that is identified or a pointer to the location of that data. (searchenterprisedesktop.techtarget.com/definition/key-value-pair)
keyvalue4j is a small but powerful java filing package to store and retrieve any default Data Types, serializable objects and arrays as they are. this package helps java beginners to save their data easily.
because anybody can create their own classes for holding data and exactly store or retrieve them without any kind of mapping.
for enterprise use and storing critical data it is highly recommended to review the code first.