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 occursClassNotFoundExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.