public static class TombstoneUpdate.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<TombstoneUpdate>
| Constructor and Description |
|---|
Externalizer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
Set<Class<? extends TombstoneUpdate>> |
getTypeClasses() |
TombstoneUpdate |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
TombstoneUpdate object) |
public Set<Class<? extends TombstoneUpdate>> getTypeClasses()
getTypeClasses in interface org.infinispan.commons.marshall.AdvancedExternalizer<TombstoneUpdate>public Integer getId()
getId in interface org.infinispan.commons.marshall.AdvancedExternalizer<TombstoneUpdate>public void writeObject(ObjectOutput output, TombstoneUpdate object) throws IOException
writeObject in interface org.infinispan.commons.marshall.Externalizer<TombstoneUpdate>IOExceptionpublic TombstoneUpdate readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface org.infinispan.commons.marshall.Externalizer<TombstoneUpdate>IOExceptionClassNotFoundExceptionCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.