I\'m wondering if there is a recommended way of doing deep clone/copy of instance in java.
I have 3 solutions in mind, but I can have miss some, and I\'d like to ha
I'd recommend the DIY way which, combined with a good hashCode() and equals() method should be easy to proof in a unit test.