| Interface | Description |
|---|---|
| Storage<T> |
| Class | Description |
|---|---|
| JsonPathStorage<T> |
A
JsonPathStorage is a concrete implementation of PathStorage
in that serialized state is stored in the JSON file format. |
| PathStorage<T> |
A
PathStorage is an abstract implementation of Storage that
will act as a base for states accessed with Java NIO. |