public abstract class AbstractJaxbHistoryObject<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Object> |
realClass |
| Constructor and Description |
|---|
AbstractJaxbHistoryObject() |
AbstractJaxbHistoryObject(Class<? extends Object> realClass) |
AbstractJaxbHistoryObject(T historyObject,
Class<? extends Object> objectInterface) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initialize(T historyObject) |
void |
readExternal(ObjectInput arg0) |
void |
writeExternal(ObjectOutput arg0) |
protected void initialize(T historyObject)
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput arg0) throws IOException
IOExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.