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