ModeShape Distribution 3.0.0.Alpha4

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

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

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

See Also:
Serialized Form

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

Constructor Detail

RemoveAllValuesOperation.Externalizer

public RemoveAllValuesOperation.Externalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        RemoveAllValuesOperation put)
                 throws IOException
Throws:
IOException

readObject

public RemoveAllValuesOperation readObject(ObjectInput input)
                                    throws IOException,
                                           ClassNotFoundException
Throws:
IOException
ClassNotFoundException

getId

public Integer getId()
Specified by:
getId in interface org.infinispan.marshall.AdvancedExternalizer<RemoveAllValuesOperation>
Overrides:
getId in class org.infinispan.marshall.AbstractExternalizer<RemoveAllValuesOperation>

getTypeClasses

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

ModeShape Distribution 3.0.0.Alpha4

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