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