ModeShape Distribution 3.0.0.Alpha4

org.infinispan.schematic.internal.delta
Class RemoveValueOperation.Externalizer

java.lang.Object
  extended by org.infinispan.marshall.AbstractExternalizer<RemoveValueOperation>
      extended by org.infinispan.schematic.internal.delta.RemoveValueOperation.Externalizer
All Implemented Interfaces:
Serializable, org.infinispan.marshall.AdvancedExternalizer<RemoveValueOperation>, org.infinispan.marshall.Externalizer<RemoveValueOperation>
Enclosing class:
RemoveValueOperation

public static class RemoveValueOperation.Externalizer
extends org.infinispan.marshall.AbstractExternalizer<RemoveValueOperation>

See Also:
Serialized Form

Constructor Summary
RemoveValueOperation.Externalizer()
           
 
Method Summary
 Integer getId()
           
 Set<Class<? extends RemoveValueOperation>> getTypeClasses()
           
 RemoveValueOperation readObject(ObjectInput input)
           
 void writeObject(ObjectOutput output, RemoveValueOperation put)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveValueOperation.Externalizer

public RemoveValueOperation.Externalizer()
Method Detail

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 interface org.infinispan.marshall.AdvancedExternalizer<RemoveValueOperation>
Overrides:
getId in class org.infinispan.marshall.AbstractExternalizer<RemoveValueOperation>

getTypeClasses

public Set<Class<? extends RemoveValueOperation>> getTypeClasses()

ModeShape Distribution 3.0.0.Alpha4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.