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