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