Class DeepCopy


  • public class DeepCopy
    extends Object
    • Constructor Detail

      • DeepCopy

        public DeepCopy()
    • Method Detail

      • copy

        public static <T> T copy​(T orig)
        Returns a copy of the object, or null if the object cannot be serialized.