Going the other way (domain object -> map) is u...
# announcements
r
Going the other way (domain object -> map) is unfortunately more complex than just using Jackson, because the driver does not expect pure JSON, but a Map where some of the values are typed e.g.
OffsetDateTime
for date/time values. I created a "mini-mapping" framework to handle these conversions.