Persistence - Leonhest/HandballOrg_App GitHub Wiki
Persistent data stemming from the application is stored locally 
 on the users computer as a file using serialization. This in practice means that once the 
 user logs out, for instance after creating or editing a tournament, a .ser file is 
 be created in the resource folder of the system. At program start these files will
 be loaded for further use.