added serialization

This commit is contained in:
2025-08-30 11:30:09 -04:00
parent b88ee31883
commit ea0dc480b3

View File

@@ -1,6 +1,19 @@
### define 2 modules that setup in vscode with natural default configuration ### setup in vscode with default configuration
from modules
### Run and Debug Java ###
| software | version |
| -------- | ------- |
| Java | 21 |
| VSCode | 1.103 |
###
| extension |
| ----------------- |
| Debugger for Java |
| Java Launcher |
| Language Support for Java(TM) by Red Hat |
### Run and Debug Java manually
cd to: out cd to: out
@@ -8,16 +21,13 @@ cd to: out
java TestReservations ./*.jar java TestReservations ./*.jar
### create jar archive: ### create jar archive:
cd to: out cd to: out
jar --create --verbose --file *.jar --manifest ..\META-INF\MANIFEST.MF * jar --create --verbose --file *.jar --manifest ..\META-INF\MANIFEST.MF *
### compile - build: ### compile - build:
1. cd: src/lodge.reservationsystem 1. cd: src/lodge.reservationsystem
1. javac -g -d ../../out *
2. javac -g -d ../../out *