/jsonb-executioncontextserializer

A Spring Batch ExecutionContextSerializer that uses JSON-B

Primary LanguageJava

JSON-B ExecutionContextSerializer

A Spring Batch ExecutionContextSerializer implementation that uses JSON-B to provide (de)serialization.

This can act as a replacement for the default Jackson based serialization that Spring Batch offers.

Usage

You need to have a JSON-B implementation eg. Eclipse Yasson, this is automatically the case if you deploy in a Jakarta EE container.