spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Add ExecutionContextSerializer implementation based on Gson

Open fmbenhassine opened this issue 3 years ago • 0 comments

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

fmbenhassine avatar Sep 01 '22 14:09 fmbenhassine