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