FasterXML/jackson-module-afterburner

Custom serializers/deserializers defined via annotations get overridden by Afterburner

Closed this issue · 1 comments

Currently Afterburner will happily optimize all kinds of serializers/deserializers for primitive types (and Strings).
This should not occur when there are serializer/deserializer overrides that use annotations.

Added checks, matching unit tests: now (de)serializers indicated with annotations should be honored, meaning they are not overridden by Afterburner (also means they can't be optimized).