How can I deep copy a map of maps in Groovy? The map keys are Strings or Ints. The values are Strings, Primitive Objects or other maps, in a recursive way.
I am afraid you have to do it the clone way. You could give Apache Commons Lang SerializationUtils a try
clone