added serialization

This commit is contained in:
2025-08-30 11:26:49 -04:00
parent dda4495a21
commit fd5a24af8e
13 changed files with 155 additions and 69 deletions

View File

@@ -12,7 +12,8 @@ public final class TestReservations {
AccomodationManager mgr = new AccomodationManager();
String home = System.getenv("HOMEDRIVE")+System.getenv("HOMEPATH");
home= home.replace("\\", "/") + "/data";
home= home.replace("\\", "/")
+ "/workspace/reservationsystem/src/resources";
mgr.setDataStoreRoot(home);
// 1. Get the list of loaded accounts from Manager