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