Class TimestampExternalizer
java.lang.Object
org.wildfly.clustering.marshalling.spi.LongExternalizer<D>
org.wildfly.clustering.marshalling.spi.util.DateExternalizer<Timestamp>
org.wildfly.clustering.marshalling.spi.sql.TimestampExternalizer
- All Implemented Interfaces:
Externalizer<Timestamp>
Externalizer for a
Timestamp.- Author:
- Radoslav Husar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, Timestamp timestamp) Methods inherited from class org.wildfly.clustering.marshalling.spi.LongExternalizer
getTargetClass
-
Constructor Details
-
TimestampExternalizer
public TimestampExternalizer()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceExternalizer<Timestamp>- Overrides:
writeObjectin classLongExternalizer<Timestamp>- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceExternalizer<Timestamp>- Overrides:
readObjectin classLongExternalizer<Timestamp>- Throws:
IOExceptionClassNotFoundException
-
size
- Specified by:
sizein interfaceExternalizer<Timestamp>- Overrides:
sizein classLongExternalizer<Timestamp>
-