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