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