Fixed serialisation of cropId and startDate

This commit is contained in:
David Guler
2022-10-26 20:32:01 +02:00
parent 72b0d029d5
commit 629e64143b
5 changed files with 49 additions and 5 deletions
+1 -1
View File
@@ -3,10 +3,10 @@ module ch.zhaw.gartenverwaltung {
requires javafx.fxml;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.datatype.jsr310;
requires com.fasterxml.jackson.datatype.jdk8;
opens ch.zhaw.gartenverwaltung to javafx.fxml;
opens ch.zhaw.gartenverwaltung.types to com.fasterxml.jackson.databind;
// opens ch.zhaw.gartenverwaltung.types to com.fasterxml.jackson.databind;
exports ch.zhaw.gartenverwaltung;
exports ch.zhaw.gartenverwaltung.types;
exports ch.zhaw.gartenverwaltung.json;