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