public static class AcceptAllKeyValueFilter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<AcceptAllKeyValueFilter>
Constructor and Description |
---|
Externalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends AcceptAllKeyValueFilter>> |
getTypeClasses() |
AcceptAllKeyValueFilter |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
AcceptAllKeyValueFilter object) |
public Set<Class<? extends AcceptAllKeyValueFilter>> getTypeClasses()
public void writeObject(ObjectOutput output, AcceptAllKeyValueFilter object)
public AcceptAllKeyValueFilter readObject(ObjectInput input)
public Integer getId()
getId
in interface org.infinispan.commons.marshall.AdvancedExternalizer<AcceptAllKeyValueFilter>
getId
in class org.infinispan.commons.marshall.AbstractExternalizer<AcceptAllKeyValueFilter>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.