From 7f207674ba9b13980777b2b7085ba8e2d9568ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Fri, 28 May 2021 19:07:47 +0200 Subject: [PATCH] Update Json Serialization --- .idea/codeStyles/Project.xml | 16 ----- .idea/jarRepositories.xml | 5 ++ .idea/workspace.xml | 30 ++------ build.gradle | 7 +- src/main/kotlin/de/wulkanat/Admin.kt | 24 +++---- src/main/kotlin/de/wulkanat/Channels.kt | 94 ++++++++++--------------- src/main/kotlin/de/wulkanat/DataIO.kt | 11 ++- 7 files changed, 69 insertions(+), 118 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 31d977a..1bec35e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,22 +1,6 @@ - - diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index b3e9cbd..9f0c5b2 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,10 @@ \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b7569c0..0398777 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,15 +4,14 @@