- All Superinterfaces:
- org.springframework.core.serializer.Deserializer, org.springframework.core.serializer.Serializer
- All Known Implementing Classes:
- DefaultExecutionContextSerializer, XStreamExecutionContextStringSerializer
public interface ExecutionContextSerializer
extends org.springframework.core.serializer.Serializer, org.springframework.core.serializer.Deserializer
A composite interface that combines both serialization and deserialization
of an execution context into a single implementation. Implementations of this
interface are used to serialize the execution context for persistence during
the execution of a job.
- Since:
- 2.2
- Author:
- Michael Minella
- See Also:
Serializer
,
Deserializer