Initial Version
authorKai Moritz <k.moritz@extern.lvm.de>
Tue, 11 Aug 2020 06:47:23 +0000 (08:47 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 15 Aug 2020 16:18:38 +0000 (18:18 +0200)
commitede0282954b10c864506e5683e311a9a746aff37
tree4e6761862b251184b30f0f714592ab9f95191a02
Initial Version

Minimalistic project to demonstrate the serialization of an
object-graph without Jackons-Annotations.
.gitignore [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/java/de/juplo/examples/jackson/SerializationExample.java [new file with mode: 0644]
src/main/resources/application.properties [new file with mode: 0644]