org.infinispan.schematic.document
Class Timestamp.Externalizer
java.lang.Object
org.infinispan.schematic.internal.SchematicExternalizer<Timestamp>
org.infinispan.schematic.document.Timestamp.Externalizer
- All Implemented Interfaces:
- Serializable, org.infinispan.marshall.Externalizer<Timestamp>
- Enclosing class:
- Timestamp
public static class Timestamp.Externalizer
- extends SchematicExternalizer<Timestamp>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Timestamp.Externalizer
public Timestamp.Externalizer()
writeObject
public void writeObject(ObjectOutput output,
Timestamp timestamp)
throws IOException
- Throws:
IOException
readObject
public Timestamp readObject(ObjectInput input)
throws IOException
- Throws:
IOException
getId
public Integer getId()
- Specified by:
getId
in class SchematicExternalizer<Timestamp>
getTypeClasses
public Set<Class<? extends Timestamp>> getTypeClasses()
- Specified by:
getTypeClasses
in class SchematicExternalizer<Timestamp>
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.