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