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