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