ModeShape Distribution 3.0.0.Beta4

org.infinispan.schematic.document
Class MinKey.Externalizer

java.lang.Object
  extended by org.infinispan.schematic.internal.SchematicExternalizer<MinKey>
      extended by org.infinispan.schematic.document.MinKey.Externalizer
All Implemented Interfaces:
Serializable, org.infinispan.marshall.Externalizer<MinKey>
Enclosing class:
MinKey

public static class MinKey.Externalizer
extends SchematicExternalizer<MinKey>

See Also:
Serialized Form

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

Constructor Detail

MinKey.Externalizer

public MinKey.Externalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        MinKey value)

readObject

public MinKey readObject(ObjectInput input)

getId

public Integer getId()
Specified by:
getId in class SchematicExternalizer<MinKey>

getTypeClasses

public Set<Class<? extends MinKey>> getTypeClasses()
Specified by:
getTypeClasses in class SchematicExternalizer<MinKey>

ModeShape Distribution 3.0.0.Beta4

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