I want to Serialize and Deserialize a Map<Strin...
# serialization
a
I want to Serialize and Deserialize a Map<String, *>: i.e. value can be any type (known at compile time), I would like to enforce that the types added to the Map have a serializer. How do you recommend to do it?