Json – Deserialize Map<Enum<?>, Object> in Java with Jackson library
I need to serialize and deserialize in JSON format a Java map using the Jackson library. The map type is Map<Enum<?>, Object> and its purpose is to store a configuration made by key-value pairs, where keys are enum instances coming…