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.
You need to have a JSON-B implementation eg. Eclipse Yasson, this is automatically the case if you deploy in a Jakarta EE container.