Minimum viable deserialization

Added TaskTemplate type
Added dummy data with (probably) usable format
Used the java.time classes instead of the legacy util.Date
This commit is contained in:
David Guler
2022-10-20 21:46:00 +02:00
parent 5f53bb86c6
commit 6d13bede7a
9 changed files with 173 additions and 43 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module ch.zhaw.gartenverwaltung {
requires javafx.controls;
requires javafx.fxml;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.datatype.jsr310;
opens ch.zhaw.gartenverwaltung to javafx.fxml;
opens ch.zhaw.gartenverwaltung.types to com.fasterxml.jackson.databind;