public class JBossExternalizerAdapter extends Object implements org.jboss.marshalling.Externalizer
| Constructor and Description |
|---|
JBossExternalizerAdapter(Externalizer<? super Object> 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<? super Object> externalizer)
public void writeExternal(Object subject, ObjectOutput output) throws IOException
writeExternal in interface org.jboss.marshalling.ExternalizerIOExceptionpublic void readExternal(Object subject, ObjectInput input)
readExternal in interface org.jboss.marshalling.Externalizerpublic Object createExternal(Class<?> subjectType, ObjectInput input, org.jboss.marshalling.Creator defaultCreator)
createExternal in interface org.jboss.marshalling.ExternalizerCopyright © 2021 JBoss, a division of Red Hat. All rights reserved.