Class ObjectCopyUtil
- java.lang.Object
-
- io.naradrama.prologue.util.object.ObjectCopyUtil
-
public class ObjectCopyUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectCopyUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectdeepCopy(java.lang.Object orig)Returns a deepCopy of the object, or null if the object cannot be serialized.
-