public class JBossExternalizerAdapter extends Object implements org.jboss.marshalling.Externalizer
| Constructor and Description |
|---|
JBossExternalizerAdapter(Externalizer<?> externalizer) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createExternal(Class<?> subjectType,
ObjectInput input,
org.jboss.marshalling.Creator defaultCreator) |
void |
readExternal(Object subject,
ObjectInput input) |
void |
writeExternal(Object subject,
ObjectOutput output) |
public JBossExternalizerAdapter(Externalizer<?> externalizer)
public void writeExternal(Object subject, ObjectOutput output) throws IOException
writeExternal in interface org.jboss.marshalling.ExternalizerIOExceptionpublic Object createExternal(Class<?> subjectType, ObjectInput input, org.jboss.marshalling.Creator defaultCreator) throws IOException, ClassNotFoundException
createExternal in interface org.jboss.marshalling.ExternalizerIOExceptionClassNotFoundExceptionpublic void readExternal(Object subject, ObjectInput input) throws IOException, ClassNotFoundException
readExternal in interface org.jboss.marshalling.ExternalizerIOExceptionClassNotFoundExceptionCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.