An open API service indexing awesome lists of open source software.

https://github.com/stevensolleder/persistentobjectstorage

PersistentObjectStorage is a simple libary for writing and reading persistent objects that are located in a set folder in the current user folder. The library is also capable of finding out if a program starts for the first time.
https://github.com/stevensolleder/persistentobjectstorage

java object persistent persistent-data-structure persistent-storage storage storage-api

Last synced: 6 months ago
JSON representation

PersistentObjectStorage is a simple libary for writing and reading persistent objects that are located in a set folder in the current user folder. The library is also capable of finding out if a program starts for the first time.

Awesome Lists containing this project

README

          

# PersistentObjectStorage
![Release](https://img.shields.io/badge/Release-1.0.0-9cf)
![Java](https://img.shields.io/badge/Java-1.8-9cf)
![Test](https://img.shields.io/badge/Test-passing-blue)

## Introduction
**PersistentObjectStorage** is a simple libary for writing and reading persistent objects that are located in a set folder in the current user folder. The library is also capable of finding out if a program starts for the first time.

It is written for Java 1.8 and above and passing all tests, that should cover most cases.



## Classes
You can find all classes of the library [here](https://stevensolleder.github.io/PersistentObjectStorage/).

Thanks to [isabellwaas](https://github.com/isabellwaas) for helping to create this documentation.



## Testing
The library was tested with unit tests on the operating system macOS. There should not be any test scenarios left.


## Get in contact
Feel free to get in contact and share your experience with **PersistentObjectStorage**. Bug reports are also very appreciated.