Class ObjectExternalizer<T>
java.lang.Object
org.wildfly.clustering.marshalling.spi.ObjectExternalizer<T>
- All Implemented Interfaces:
Externalizer<T>
- Direct Known Subclasses:
SingletonCollectionExternalizer
Base
Externalizer for object wrapper externalization.- 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
-
ObjectExternalizer
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceExternalizer<T>- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceExternalizer<T>- Throws:
IOExceptionClassNotFoundException
-
getTargetClass
- Specified by:
getTargetClassin interfaceExternalizer<T>
-