org.jboss.remoting.transporter
Class TransporterMethodDescriptor.Externalizer
java.lang.Object
org.jboss.remoting.transporter.TransporterMethodDescriptor.Externalizer
- All Implemented Interfaces:
- Externalizable, Serializable, Externalizer
- Enclosing class:
- TransporterMethodDescriptor
public static final class TransporterMethodDescriptor.Externalizer
- extends Object
- implements Externalizer, Externalizable
The externalizer for TransporterMethodDescriptor
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransporterMethodDescriptor.Externalizer
public TransporterMethodDescriptor.Externalizer()
writeExternal
public void writeExternal(Object o,
ObjectOutput output)
throws IOException
-
- Specified by:
writeExternal
in interface Externalizer
- Throws:
IOException
createExternal
public Object createExternal(Class<?> aClass,
ObjectInput input,
Creator creator)
throws IOException,
ClassNotFoundException
-
- Specified by:
createExternal
in interface Externalizer
- Throws:
IOException
ClassNotFoundException
readExternal
public void readExternal(Object o,
ObjectInput input)
throws IOException,
ClassNotFoundException
-
- Specified by:
readExternal
in interface Externalizer
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
-
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
-
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2008 JBoss, a division of Red Hat, Inc.