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