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