pub.utils:deepClone
WmPublic. Clones an object using the default Java serialization mechanism.
The originalObject and all its members must support the java.io.Serializable interface.
Input Parameters
originalObject | java.io.Serializable Object to be cloned. |
Output Parameters
clonedObject | Object Copy of the originalObject. |