public class UnoptimizedDeepCopy
extends java.lang.Object
A later version of this class includes some minor optimizations.
| 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.
|