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<?> targetClass,
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 Object createExternal(Class<?> targetClass, ObjectInput input) throws IOException, ClassNotFoundException
createExternal in interface org.jboss.marshalling.ExternalizerIOExceptionClassNotFoundExceptionCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.