ModeShape Distribution 3.0.0.Alpha4

org.infinispan.schematic.document
Class Timestamp.Externalizer

java.lang.Object
  extended by org.infinispan.marshall.AbstractExternalizer<Timestamp>
      extended by org.infinispan.schematic.document.Timestamp.Externalizer
All Implemented Interfaces:
Serializable, org.infinispan.marshall.AdvancedExternalizer<Timestamp>, org.infinispan.marshall.Externalizer<Timestamp>
Enclosing class:
Timestamp

public static class Timestamp.Externalizer
extends org.infinispan.marshall.AbstractExternalizer<Timestamp>

See Also:
Serialized Form

Constructor Summary
Timestamp.Externalizer()
           
 
Method Summary
 Integer getId()
           
 Set<Class<? extends Timestamp>> getTypeClasses()
           
 Timestamp readObject(ObjectInput input)
           
 void writeObject(ObjectOutput output, Timestamp timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timestamp.Externalizer

public Timestamp.Externalizer()
Method Detail

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 interface org.infinispan.marshall.AdvancedExternalizer<Timestamp>
Overrides:
getId in class org.infinispan.marshall.AbstractExternalizer<Timestamp>

getTypeClasses

public Set<Class<? extends Timestamp>> getTypeClasses()

ModeShape Distribution 3.0.0.Alpha4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.