Package org.infinispan.tasks.impl
Class TaskExecutionImplExternalizer
- java.lang.Object
-
- org.infinispan.tasks.impl.TaskExecutionImplExternalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.Externalizer<TaskExecutionImpl>
public class TaskExecutionImplExternalizer extends Object implements org.infinispan.commons.marshall.Externalizer<TaskExecutionImpl>
TaskEventImplExternalizer.- Since:
- 8.1
- Author:
- Tristan Tarrant
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskExecutionImplExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskExecutionImplreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, TaskExecutionImpl object)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, TaskExecutionImpl object) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<TaskExecutionImpl>- Throws:
IOException
-
readObject
public TaskExecutionImpl readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<TaskExecutionImpl>- Throws:
IOExceptionClassNotFoundException
-
-