public class JBossExternalizerAdapter extends Object implements Externalizer
| Constructor and Description |
|---|
JBossExternalizerAdapter(Externalizer<?> externalizer) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createExternal(Class<?> subjectType,
ObjectInput input,
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 ExternalizerIOExceptionpublic Object createExternal(Class<?> subjectType, ObjectInput input, Creator defaultCreator) throws IOException, ClassNotFoundException
createExternal in interface ExternalizerIOExceptionClassNotFoundExceptionpublic void readExternal(Object subject, ObjectInput input) throws IOException, ClassNotFoundException
readExternal in interface ExternalizerIOExceptionClassNotFoundExceptionCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.