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