Stonewoodman created JOHNZON-357: ------------------------------------ Summary: JsonbTypeSerializer on field with type java.util.Map is not executed Key: JOHNZON-357 URL: https://issues.apache.org/jira/browse/JOHNZON-357 Project: Johnzon Issue Type: Bug Components: JSON-B Affects Versions: 1.2.15 Reporter: Stonewoodman
I added @JsonbTypeSerializer and @JsonbTypeDeserializer on a field with type java.util.Map The Deserializer was executed, but the Serializer was not executed. I wrote an unit test: https://github.com/stonewoodman/johnzon/blob/custom_map_serialization/johnzon-jsonb/src/test/java/org/apache/johnzon/jsonb/SerializersMapTest.java -- This message was sent by Atlassian Jira (v8.20.1#820001)