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
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput arg0) throws IOException
IOException
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.