public class Cloner
extends java.lang.Object
Constructor and Description |
---|
Cloner() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
clone(T o)
Return a deep-clone of an object.
|
public static <T> T clone(T o) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException