public class SerializableObjectCopier extends Object
Constructor and Description |
---|
SerializableObjectCopier() |
public static Object copy(Object orig) throws IOException, ClassNotFoundException
orig
- is the object to be copied, must be serializableIOException
- if the streams returned an exceptionClassNotFoundException
- if the de-serialize fails