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
IOException
public Timestamp readObject(ObjectInput input) throws IOException
IOException
public Integer getId()
getId
in class SchematicExternalizer<Timestamp>
public Set<Class<? extends Timestamp>> getTypeClasses()
getTypeClasses
in class SchematicExternalizer<Timestamp>
Copyright © 2008-2015 JBoss, a division of Red Hat. All Rights Reserved.