Package org.infinispan.globalstate
Class ScopeFilter.Externalizer
- java.lang.Object
-
- org.infinispan.globalstate.ScopeFilter.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<ScopeFilter>,org.infinispan.commons.marshall.Externalizer<ScopeFilter>
- Enclosing class:
- ScopeFilter
public static class ScopeFilter.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<ScopeFilter>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends ScopeFilter>>getTypeClasses()ScopeFilterreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, ScopeFilter object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends ScopeFilter>> getTypeClasses()
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ScopeFilter>
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ScopeFilter>
-
writeObject
public void writeObject(ObjectOutput output, ScopeFilter object) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<ScopeFilter>- Throws:
IOException
-
readObject
public ScopeFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<ScopeFilter>- Throws:
IOExceptionClassNotFoundException
-
-