ModeShape Distribution 3.0.0.Alpha4

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

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

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

See Also:
Serialized Form

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

Constructor Detail

RemoveOperation.Externalizer

public RemoveOperation.Externalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        RemoveOperation remove)
                 throws IOException
Throws:
IOException

readObject

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

getId

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

getTypeClasses

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

ModeShape Distribution 3.0.0.Alpha4

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