public class ExternalizerAdapter extends Object implements org.jboss.marshalling.Externalizer
Externalizer to a JBoss Marshalling Externalizer.| Constructor and Description |
|---|
ExternalizerAdapter(Externalizer<?> externalizer) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createExternal(Class<?> subjectType,
ObjectInput input) |
void |
writeExternal(Object subject,
ObjectOutput output) |
public ExternalizerAdapter(Externalizer<?> externalizer)
public void writeExternal(Object subject, ObjectOutput output) throws IOException
writeExternal in interface org.jboss.marshalling.ExternalizerIOExceptionpublic Object createExternal(Class<?> subjectType, ObjectInput input) throws IOException, ClassNotFoundException
createExternal in interface org.jboss.marshalling.ExternalizerIOExceptionClassNotFoundExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.