I know the Deep Cloning library in Java, which I use in my server-side code.
However, now I need to "deeply clone" the object on the client code. I believe there is a Javascript structure that does this thing, which is YUI3, however I am not sure how to use it with my GWT code.
source
share