ModeShape Distribution 3.0.0.Beta4

org.infinispan.schematic.document
Class Binary.Externalizer

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

public static class Binary.Externalizer
extends SchematicExternalizer<Binary>

See Also:
Serialized Form

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

Constructor Detail

Binary.Externalizer

public Binary.Externalizer()
Method Detail

writeObject

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

readObject

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

getId

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

getTypeClasses

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

ModeShape Distribution 3.0.0.Beta4

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