org.springframework.batch.core.repository
Interface ExecutionContextSerializer

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

Method Summary
 
Methods inherited from interface org.springframework.core.serializer.Serializer
serialize
 
Methods inherited from interface org.springframework.core.serializer.Deserializer
deserialize
 



Copyright © 2013 SpringSource. All Rights Reserved.