public static class DateExternalizer.SqlTimestampExternalizer extends DateExternalizer<Timestamp>
DateExternalizer.SqlTimestampExternalizer| Constructor and Description |
|---|
SqlTimestampExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
readObject(ObjectInput input) |
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>IOExceptionClassNotFoundExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.