spring-batch
spring-batch copied to clipboard
Add ExecutionContextSerializer implementation based on Gson
This is a draft PR. Gson seems to deserialize custom types to Map instances instead of the original type (it looks like type information is not serialized).
TODO: Need to figure out if this should be done in the implementation of the serializer or as a configuration of the gson instance.
Issue #4151