public class JBossExternalizerAdapter extends Object implements 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 Externalizer
IOException
public Object createExternal(Class<?> targetClass, ObjectInput input) throws IOException, ClassNotFoundException
createExternal
in interface Externalizer
IOException
ClassNotFoundException
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.