ModeShape Distribution 3.0.0.Beta4

org.infinispan.schematic.document
Class Code.Externalizer

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

public static class Code.Externalizer
extends SchematicExternalizer<Code>

See Also:
Serialized Form

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

Constructor Detail

Code.Externalizer

public Code.Externalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        Code value)
                 throws IOException
Throws:
IOException

readObject

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

getId

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

getTypeClasses

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

ModeShape Distribution 3.0.0.Beta4

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