org.boon.slumberdb.JsonKeyValueStore Maven / Gradle / Ivy
package org.boon.slumberdb;
/**
* This represents an interface that works with serialized JSON stores.
*/
public interface JsonKeyValueStore extends KeyValueStore {
}
package org.boon.slumberdb;
/**
* This represents an interface that works with serialized JSON stores.
*/
public interface JsonKeyValueStore extends KeyValueStore {
}