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