fints4k/persistence/json/BankingPersistenceJson
dankito a3696a4716 Fixed JSON serialization (as cannot add Jackson annotations to model classes in common project) 2022-02-07 00:17:54 +01:00
..
src Fixed JSON serialization (as cannot add Jackson annotations to model classes in common project) 2022-02-07 00:17:54 +01:00
README.md Added IBankingPersistence to be able to store and deserialize added accounts and retrieved account transactions. Implemented BankingPersistenceJson not meant to be a real IBankingPersistence implementation but to get one up and running fast. 2020-01-15 23:55:16 +01:00
build.gradle Fixed JSON serialization (as cannot add Jackson annotations to model classes in common project) 2022-02-07 00:17:54 +01:00

README.md

BankingPersistenceJson

A simple IBankingPersistence implementation based on Json.

Not meant to be a real or useful implementation. Just there to get you up and running fast.

Preferably use another IBankingPersistence implementation, e.g. a JPA based one.