public final class DeepCopy extends Object
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.
Copyright © 2016 Nuxeo SA. All rights reserved.