Class Cloner<T extends java.io.Serializable>


  • public class Cloner<T extends java.io.Serializable>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Cloner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T cloneObj​(T obj)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Cloner

        public Cloner()
    • Method Detail

      • cloneObj

        public T cloneObj​(T obj)
                   throws java.io.IOException,
                          java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException