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