Package org.infinispan.compat
Class BiFunctionMapper.Externalizer
- java.lang.Object
-
- org.infinispan.compat.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 Integer
getId()
Set<Class<? extends BiFunctionMapper>>
getTypeClasses()
BiFunctionMapper
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, BiFunctionMapper object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends BiFunctionMapper>> getTypeClasses()
- Specified by:
getTypeClasses
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<BiFunctionMapper>
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<BiFunctionMapper>
-
writeObject
public void writeObject(ObjectOutput output, BiFunctionMapper object) throws IOException
- Specified by:
writeObject
in interfaceorg.infinispan.commons.marshall.Externalizer<BiFunctionMapper>
- Throws:
IOException
-
readObject
public BiFunctionMapper readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObject
in interfaceorg.infinispan.commons.marshall.Externalizer<BiFunctionMapper>
- Throws:
IOException
ClassNotFoundException
-
-