Class CloneUtil

java.lang.Object
org.eclnt.ccee.util.CloneUtil

public class CloneUtil extends Object
Utility for deeply cloning objects by serializing and de-serializing. Of course: not the fastest way to clone, but very reliable...
  • Constructor Details

    • CloneUtil

      public CloneUtil()
  • Method Details

    • createClone

      public static <CLASS extends Serializable> CLASS createClone(CLASS o)