counter: 1.3.1 - Refined/Simplified the type-mapping
authorKai Moritz <kai@juplo.de>
Sun, 16 Jun 2024 17:57:23 +0000 (19:57 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 16 Jun 2024 19:06:59 +0000 (21:06 +0200)
* Removed all explicit type-mappings for the internally used types.
* This greatly simplifies the configuration, because it is sufficient to
  configure the trusted package to serialize/deserialize all internally
  used types.
* To make this possible, the type-mappings for the outgoing messages are
  specified with `Produced.with()` in the ``to()``-operation.


No differences found