org.infinispan.marshall.jboss
Class JBossExternalizerAdapter
java.lang.Object
org.infinispan.marshall.jboss.JBossExternalizerAdapter
- All Implemented Interfaces:
- Serializable, org.jboss.marshalling.Externalizer
public class JBossExternalizerAdapter
- extends Object
- implements org.jboss.marshalling.Externalizer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossExternalizerAdapter
public JBossExternalizerAdapter(Externalizer<?> externalizer)
writeExternal
public void writeExternal(Object subject,
ObjectOutput output)
throws IOException
- Specified by:
writeExternal
in interface org.jboss.marshalling.Externalizer
- Throws:
IOException
createExternal
public Object createExternal(Class<?> subjectType,
ObjectInput input,
org.jboss.marshalling.Creator defaultCreator)
throws IOException,
ClassNotFoundException
- Specified by:
createExternal
in interface org.jboss.marshalling.Externalizer
- Throws:
IOException
ClassNotFoundException
readExternal
public void readExternal(Object subject,
ObjectInput input)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface org.jboss.marshalling.Externalizer
- Throws:
IOException
ClassNotFoundException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.