Class ExternalizableExternalizer<T extends Externalizable>
java.lang.Object
org.wildfly.clustering.marshalling.spi.io.ExternalizableExternalizer<T>
- All Implemented Interfaces:
Externalizer<T>
public class ExternalizableExternalizer<T extends Externalizable>
extends Object
implements Externalizer<T>
Externalizer for Externalizable objects.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, T object) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.Externalizer
size
-
Constructor Details
-
ExternalizableExternalizer
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceExternalizer<T extends Externalizable>- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceExternalizer<T extends Externalizable>- Throws:
IOExceptionClassNotFoundException
-
getTargetClass
- Specified by:
getTargetClassin interfaceExternalizer<T extends Externalizable>
-