
public interface ObjectCloner
| Modifier and Type | Field and Description |
|---|---|
static ObjectCloner |
IDENTITY
The identity object cloner.
|
static final ObjectCloner IDENTITY
void reset()
Object clone(Object orig) throws IOException, ClassNotFoundException
orig - the original objectIOException - if a serialization error occursClassNotFoundException - if a class cannot be loaded during the cloning processCopyright © 2011 JBoss, a division of Red Hat, Inc.