public class UnoptimizedDeepCopy
extends java.lang.Object
Object
Constructor and Description |
---|
UnoptimizedDeepCopy() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
copy(java.lang.Object orig)
Returns a copy of the object, or null if the object cannot
be serialized.
|