Quickly clone a simple piece of data, returning a copy which can be mutated safely.
This method DOES support recursive data structures containing inner objects or arrays.
This method DOES NOT support advanced object types like Set, Map, or other specialized classes.
Quickly clone a simple piece of data, returning a copy which can be mutated safely. This method DOES support recursive data structures containing inner objects or arrays. This method DOES NOT support advanced object types like Set, Map, or other specialized classes.