org.debellor.core.util
Class DeepCopy

java.lang.Object
  extended by org.debellor.core.util.DeepCopy

public class DeepCopy
extends java.lang.Object

Author:
Marcin Wojnarski

Constructor Summary
DeepCopy()
           
 
Method Summary
static java.lang.Object copy(java.lang.Object orig)
          Returns a copy of the object, or null if the object cannot be serialized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeepCopy

public DeepCopy()
Method Detail

copy

public static java.lang.Object copy(java.lang.Object orig)
Returns a copy of the object, or null if the object cannot be serialized.