|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwalker.utilities.SerialClone
public class SerialClone
Utility class that allows deep cloning of Serializable objects. Note that the clone() method of an Object only makes a shallow copy. Code contributed by: http://weblogs.java.net/blog/2007/04/04/cloning-java-objects-using-serialization
Constructor Summary | |
---|---|
SerialClone()
|
Method Summary | ||
---|---|---|
static
|
clone(T x)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerialClone()
Method Detail |
---|
public static <T> T clone(T x)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |