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