- All Implemented Interfaces:
Copier
@Component("core_SerializingCopier")
public class SerializingCopier
extends Object
implements Copier
-
Constructor Summary
Constructors
-
Method Summary
<T> T
Creates a deep copy of the passed object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
copy
public <T> T copy(T source)
Description copied from interface: Copier
Creates a deep copy of the passed object.
- Specified by:
copy
in interface Copier
- Parameters:
source
- source object
- Returns:
- deep copy of the source object