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