Package com.rits.cloning
Interface IDeepCloner
public interface IDeepCloner
used by fast cloners to deep clone objects
- Author:
- kostas.kougios Date 24/06/14
-
Method Summary
-
Method Details
-
deepClone
deep clones o- Type Parameters:
T- the type of o- Parameters:
o- the object to be deep clonedclones- pass on the same map from IFastCloner- Returns:
- a clone of o
-