ModeShape Distribution 3.0.0.CR1

org.infinispan.schematic.internal.document
Class DocumentExternalizer

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

public class DocumentExternalizer
extends SchematicExternalizer<Document>

See Also:
Serialized Form

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

Constructor Detail

DocumentExternalizer

public DocumentExternalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        Document doc)
                 throws IOException
Throws:
IOException

readObject

public Document readObject(ObjectInput input)
                    throws IOException
Throws:
IOException

getId

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

getTypeClasses

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

ModeShape Distribution 3.0.0.CR1

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