org.infinispan.schematic.document
Class MinKey.Externalizer
java.lang.Object
org.infinispan.schematic.internal.SchematicExternalizer<MinKey>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinKey.Externalizer
public MinKey.Externalizer()
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>
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.