ModeShape Distribution 3.2.0.Final

org.infinispan.schematic.internal.document
Class ArrayExternalizer

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

public class ArrayExternalizer
extends SchematicExternalizer<Array>

See Also:
Serialized Form

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

Constructor Detail

ArrayExternalizer

public ArrayExternalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        Array array)
                 throws IOException
Throws:
IOException

readObject

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

getId

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

getTypeClasses

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

ModeShape Distribution 3.2.0.Final

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