> We currently do not have support for serializing Java 1.5 enums though > so that might be the problem. Would it be easy for you to try using > String based keys instead?
Yep, Map<String, Integer> works correctly. Is is it possible to track issue progress somewhere? Den

