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