public class TimestampExternalizer extends DateExternalizer<Timestamp>
Timestamp.| Constructor and Description |
|---|
TimestampExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
readObject(ObjectInput input) |
OptionalInt |
size(Timestamp object) |
void |
writeObject(ObjectOutput output,
Timestamp timestamp) |
getTargetClasspublic void writeObject(ObjectOutput output, Timestamp timestamp) throws IOException
writeObject in interface Externalizer<Timestamp>writeObject in class LongExternalizer<Timestamp>IOExceptionpublic Timestamp readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface Externalizer<Timestamp>readObject in class LongExternalizer<Timestamp>IOExceptionClassNotFoundExceptionpublic OptionalInt size(Timestamp object)
size in interface Externalizer<Timestamp>size in class LongExternalizer<Timestamp>Copyright © 2023 JBoss by Red Hat. All rights reserved.