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