Class BooleanExternalizer<T>
java.lang.Object
org.wildfly.clustering.marshalling.spi.BooleanExternalizer<T>
- All Implemented Interfaces:
Externalizer<T>
Base
Externalizer for boolean-based externalization.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, T object)
-
Constructor Details
-
BooleanExternalizer
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceExternalizer<T>- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceExternalizer<T>- Throws:
IOExceptionClassNotFoundException
-
getTargetClass
- Specified by:
getTargetClassin interfaceExternalizer<T>
-
size
- Specified by:
sizein interfaceExternalizer<T>
-