I have a map of type 

Map<Key1, Map<Key2, Integer>>

 that I want to serialize to json to store in as a field in a database 
record.

Key1 and Key2 are my own classes with getters defined and the constructors 
annotated as JsonCreators.

I have been able to process single level maps for the same purpose by 
configuring the type factory for the object mapper, but I am unsure how to 
go about it for nested maps with different keys.

Suggestions?


-- 
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.

Reply via email to