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