ModeShape Distribution 3.0.0.Beta4

org.infinispan.schematic.internal.document
Class Paths.Externalizer

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

public static class Paths.Externalizer
extends SchematicExternalizer<Path>

See Also:
Serialized Form

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

Constructor Detail

Paths.Externalizer

public Paths.Externalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        Path path)
                 throws IOException
Throws:
IOException

readObject

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

getId

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

getTypeClasses

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

ModeShape Distribution 3.0.0.Beta4

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