ModeShape Distribution 3.0.0.Alpha4

org.infinispan.schematic.internal
Class SchematicEntryLiteral.Externalizer

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

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

The Externalizer for SchematicEntryLiteral instances.

See Also:
Serialized Form

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

Constructor Detail

SchematicEntryLiteral.Externalizer

public SchematicEntryLiteral.Externalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        SchematicEntryLiteral literal)
                 throws IOException
Throws:
IOException

readObject

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

getId

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

getTypeClasses

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

ModeShape Distribution 3.0.0.Alpha4

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