Integration Server 10.15 | Built-In Services Reference Guide | Utils Folder | Summary of Elements in this Folder | pub.utils:deepClone
 
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.