public class XmlSerialCloner<P> extends java.lang.Object implements SerialCloner<P>
| Constructor and Description |
|---|
XmlSerialCloner() |
| Modifier and Type | Method and Description |
|---|---|
P |
cloneThisObject(P obj)
This method produces a deep clone of the object.
|
public P cloneThisObject(P obj)
SerialClonercloneThisObject in interface SerialCloner<P>obj - the object of class P to be cloned