ModeShape Distribution 3.0.0.Alpha4

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

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

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

See Also:
Serialized Form

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

Constructor Detail

RetainAllValuesOperation.Externalizer

public RetainAllValuesOperation.Externalizer()
Method Detail

writeObject

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

readObject

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

getId

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

getTypeClasses

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

ModeShape Distribution 3.0.0.Alpha4

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