public static class Paths.Externalizer extends SchematicExternalizer<Path>
| Constructor and Description |
|---|
Paths.Externalizer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
Set<Class<? extends Path>> |
getTypeClasses() |
Path |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
Path path) |
public void writeObject(ObjectOutput output, Path path) throws IOException
IOExceptionpublic Path readObject(ObjectInput input) throws IOException
IOExceptionpublic Integer getId()
getId in class SchematicExternalizer<Path>public Set<Class<? extends Path>> getTypeClasses()
getTypeClasses in class SchematicExternalizer<Path>Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.