Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add functionality to interact with localStorage. #5

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

Zurcusa
Copy link
Collaborator

@Zurcusa Zurcusa commented Aug 14, 2024

Description

Implements functionality to communicate with the browser's local storage. This is done to substitute the use of RocksDB as storage in the context of using Fruzhin in the browser.

@Zurcusa Zurcusa merged commit 2909b29 into implement-reflection Aug 14, 2024
1 check passed
Zurcusa added a commit that referenced this pull request Aug 14, 2024
* feat: implement reflection for Reflectable annotated classes. Improve ObjectMapper and implement JsonSerializer.

* feat: add non object json serialization

* refactor: refactor functionalities around json serialization/deserialization

* feat: add functionality to interact with localStorage. (#5)

* feat: add functionality to interact with localStorage.

* refactor: remove deprecated LocalStorage bean.

* refactor: address pr comments

* fix: fix endless while loop in JsonParser
@nistanimirov nistanimirov linked an issue Aug 15, 2024 that may be closed by this pull request
@Grigorov-Georgi Grigorov-Georgi deleted the 507-replace-rocksdb-localstorage branch September 10, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace RocksDB for local storage
3 participants