Package org.infinispan.cache.impl
Class BiFunctionMapper.Externalizer
- java.lang.Object
-
- org.infinispan.cache.impl.BiFunctionMapper.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<BiFunctionMapper>,org.infinispan.commons.marshall.Externalizer<BiFunctionMapper>
- Enclosing class:
- BiFunctionMapper
public static class BiFunctionMapper.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<BiFunctionMapper>
- 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 BiFunctionMapper>>getTypeClasses()BiFunctionMapperreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, BiFunctionMapper object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends BiFunctionMapper>> getTypeClasses()
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<BiFunctionMapper>
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<BiFunctionMapper>
-
writeObject
public void writeObject(ObjectOutput output, BiFunctionMapper object) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<BiFunctionMapper>- Throws:
IOException
-
readObject
public BiFunctionMapper readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<BiFunctionMapper>- Throws:
IOExceptionClassNotFoundException
-
-