If I register a custom deserializer using simpleModule.addDeserializer(Map.class, ...) it gets invoked literally for Map only, not for its subtypes like a LinkedHashMap. I understand the reasoning behind it, but I'm guessing there must be a way to have it triggered for the entire hierarchy. Yet, I can't seem to find anything. I looked into the Module, but it's very abstract and, unlike SimpleModule, has no mention of deserializers. Can you please help?
-- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
