query: 2.0.0 - (GREEN) Values are serialized as JSON
authorKai Moritz <kai@juplo.de>
Sun, 9 Jun 2024 18:44:35 +0000 (20:44 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 12 Jun 2024 20:26:56 +0000 (22:26 +0200)
--
works __only__, if a default-type is defined

* The default-type is needed, to deserialized values that are read from the
  state-store.
* Without it, the deserialization fails, because not type-information is
  available.
* The type-information gets lost, when the values are stored in the state-
  store, because the message-headers are _not_ stored along with the value!


No differences found