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