Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | 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.