org.infinispan.schematic.document
Class Symbol.Externalizer
java.lang.Object
org.infinispan.schematic.internal.SchematicExternalizer<Symbol>
org.infinispan.schematic.document.Symbol.Externalizer
- All Implemented Interfaces:
- Serializable, org.infinispan.marshall.Externalizer<Symbol>
- Enclosing class:
- Symbol
public static class Symbol.Externalizer
- extends SchematicExternalizer<Symbol>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Symbol.Externalizer
public Symbol.Externalizer()
writeObject
public void writeObject(ObjectOutput output,
Symbol symbol)
throws IOException
- Throws:
IOException
readObject
public Symbol readObject(ObjectInput input)
throws IOException
- Throws:
IOException
getId
public Integer getId()
- Specified by:
getId
in class SchematicExternalizer<Symbol>
getTypeClasses
public Set<Class<? extends Symbol>> getTypeClasses()
- Specified by:
getTypeClasses
in class SchematicExternalizer<Symbol>
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.