timothymarotta / swengflight

MIT License
0 stars 1 forks source link

Refactor exportData #38

Closed timothymarotta closed 4 years ago

timothymarotta commented 4 years ago

https://stackoverflow.com/questions/19060844/best-way-to-store-a-huge-list-of-objects-to-disk-in-java https://kodejava.org/how-to-read-and-write-java-object-to-json-file/

Easier ways of writing user data to file, this improvement makes the code more readable/efficient

timothymarotta commented 4 years ago

So I think JSON makes the most sense, but I'm unsure if I'm writing it correctly, it'd be great if someone could check out my branch and let me know if any of this makes sense. I keep getting a bunch of non-specified nonsense.