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