ModeShape Distribution 3.6.0.Final

org.infinispan.schematic.internal
Class SchematicEntryWholeDelta.Externalizer

java.lang.Object
  extended by org.infinispan.schematic.internal.SchematicExternalizer<SchematicEntryWholeDelta>
      extended by org.infinispan.schematic.internal.SchematicEntryWholeDelta.Externalizer
All Implemented Interfaces:
Serializable, org.infinispan.marshall.Externalizer<SchematicEntryWholeDelta>
Enclosing class:
SchematicEntryWholeDelta

public static class SchematicEntryWholeDelta.Externalizer
extends SchematicExternalizer<SchematicEntryWholeDelta>

See Also:
Serialized Form

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

Constructor Detail

SchematicEntryWholeDelta.Externalizer

public SchematicEntryWholeDelta.Externalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        SchematicEntryWholeDelta delta)
                 throws IOException
Throws:
IOException

readObject

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

getId

public Integer getId()
Specified by:
getId in class SchematicExternalizer<SchematicEntryWholeDelta>

getTypeClasses

public Set<Class<? extends SchematicEntryWholeDelta>> getTypeClasses()
Specified by:
getTypeClasses in class SchematicExternalizer<SchematicEntryWholeDelta>

ModeShape Distribution 3.6.0.Final

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