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