Class 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.Object deepCopy​(java.lang.Object orig)
      Returns a deepCopy 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

      • ObjectCopyUtil

        public ObjectCopyUtil()
    • Method Detail

      • deepCopy

        public static java.lang.Object deepCopy​(java.lang.Object orig)
        Returns a deepCopy of the object, or null if the object cannot be serialized.
        Parameters:
        orig - original object
        Returns:
        copied object