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.
- Host: GitHub
- URL: https://github.com/stevensolleder/persistentobjectstorage
- Owner: stevensolleder
- Created: 2021-08-31T09:49:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T13:42:37.000Z (almost 4 years ago)
- Last Synced: 2025-06-03T23:48:47.638Z (8 months ago)
- Topics: java, object, persistent, persistent-data-structure, persistent-storage, storage, storage-api
- Language: Java
- Homepage: https://stevensolleder.github.io/PersistentObjectStorage/
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PersistentObjectStorage



## 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.