Closed zmumi closed 5 years ago
Key serializers/deserializers are different from value (de)serializers which probably explains discrepancy.
But just to make sure: which part (or both) is failing; key or value serializer?
Tagging with easy
just to denote issues where new contributors could probably help most.
But just to make sure: which part (or both) is failing; key or value serializer?
Key serializer.
@zmumi Thank you, makes sense, but just wanted to double-check.
As of v2.9.9, the following fails:
I'd expect that Zone ID is written not only in map keys but also in map values. Currently
SerializationFeature.WRITE_DATES_WITH_ZONE_ID
has no impact on map keys.Sample project: test.zip