public static class Timestamp.Externalizer extends SchematicExternalizer<Timestamp>
| Constructor and Description |
|---|
Timestamp.Externalizer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
Set<Class<? extends Timestamp>> |
getTypeClasses() |
Timestamp |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
Timestamp timestamp) |
public void writeObject(ObjectOutput output, Timestamp timestamp) throws IOException
IOExceptionpublic Timestamp readObject(ObjectInput input) throws IOException
IOExceptionpublic Integer getId()
getId in class SchematicExternalizer<Timestamp>public Set<Class<? extends Timestamp>> getTypeClasses()
getTypeClasses in class SchematicExternalizer<Timestamp>Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.