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