jar

de.chrgroth.json-store : json-store

Maven & Gradle

Aug 02, 2017
0 stars

json-store · JSON-Store enabled persistence using JSON (de)serialization stored in files. Access is provided through simple API based on java collections stream API.

Table Of Contents

Latest Version

Download de.chrgroth.json-store : json-store JAR file - Latest Versions:

All Versions

Download de.chrgroth.json-store : json-store JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window json-store-0.8.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.chrgroth.jsonstore.store.exception

├─ de.chrgroth.jsonstore.store.exception.JsonStoreException.class - [JAR]

de.chrgroth.jsonstore.json

├─ de.chrgroth.jsonstore.json.AbstractFlexjsonTypeHandler.class - [JAR]

├─ de.chrgroth.jsonstore.json.FlexjsonHelper.class - [JAR]

de.chrgroth.jsonstore

├─ de.chrgroth.jsonstore.JsonStores.class - [JAR]

├─ de.chrgroth.jsonstore.JsonStoresMetrics.class - [JAR]

de.chrgroth.jsonstore.json.custom

├─ de.chrgroth.jsonstore.json.custom.DateTimeTypeHandler.class - [JAR]

├─ de.chrgroth.jsonstore.json.custom.DateTypeHandler.class - [JAR]

├─ de.chrgroth.jsonstore.json.custom.StringInterningHandler.class - [JAR]

de.chrgroth.jsonstore.store

├─ de.chrgroth.jsonstore.store.AbstractJsonStore.class - [JAR]

├─ de.chrgroth.jsonstore.store.JsonSingletonStore.class - [JAR]

├─ de.chrgroth.jsonstore.store.JsonStore.class - [JAR]

├─ de.chrgroth.jsonstore.store.JsonStoreMetadata.class - [JAR]

├─ de.chrgroth.jsonstore.store.JsonStoreMetrics.class - [JAR]

├─ de.chrgroth.jsonstore.store.VersionMigrationHandler.class - [JAR]

Advertisement