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