Learning goals
- I can serialise my class structure using the
Serialisable
interface.
- I can use the standard JSON framework to serialise my data to a JSON file.
- I can connect to a database to read and write data to its tables.
- I can design my code in such a way that it can still be tested with replacement parts.