I would like to serialize a HashMap as a string through the Jackson JSON processor. For example:
String strMap = getMapper().writeValueAsString(myHashMap); r
Or you can annotate your bean with @JsonWriteNullProperties(false) which will