public class SerializeDeepCopy extends java.lang.Object
| Constructor and Description |
|---|
SerializeDeepCopy() |
| 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.
|
static void |
main(java.lang.String[] args) |
public SerializeDeepCopy()