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
IOException
public Path readObject(ObjectInput input) throws IOException
IOException
public Integer getId()
getId
in class SchematicExternalizer<Path>
public Set<Class<? extends Path>> getTypeClasses()
getTypeClasses
in class SchematicExternalizer<Path>
Copyright © 2008-2015 JBoss, a division of Red Hat. All Rights Reserved.