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