Switched to `JsonSerializer` / `JsonDeserializer` wordcount-2.0.0
authorKai Moritz <kai@juplo.de>
Sat, 4 Feb 2023 09:20:55 +0000 (10:20 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 23 Jun 2024 07:17:42 +0000 (09:17 +0200)
* Switched all services from manual serialization/deserialization with
  direct calls to the `ObjectMapper` to ``JsonSerializer`` /
  ``JsonDeserializer``.
* All keys and values are serialized as JSON (expect the key from `users`).


No differences found