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