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