public final class ObjectCloner
extends Object
A simple Object cloner that uses serialization. Actually works really well
for the somewhat complex nature of BasicNetwork. Performs a deep copy without
all the headache of programming a custom clone.
Original by Dave Miller here:
http://www.javaworld.com/javaworld/javatips/jw-javatip76.html?page=2