Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.util
Class DeepCopy

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.util.DeepCopy

public final class DeepCopy
extends java.lang.Object

Deep copy utils.

Most classes implementing the Cloneable interface only perform a shallow copy of an object. This class performs deep cloning serializing and deserializing an object. Therefore only serializable objects can be copied using this util.

Author:
Anahide Tchertchian

Method Summary
static java.lang.Object deepCopy(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deepCopy

public static java.lang.Object deepCopy(java.lang.Object object)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.