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