Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marschall/jsonb-executioncontextserializer

A Spring Batch ExecutionContextSerializer that uses JSON-B
https://github.com/marschall/jsonb-executioncontextserializer

json json-b jsr-367 spring-batch

Last synced: about 13 hours ago
JSON representation

A Spring Batch ExecutionContextSerializer that uses JSON-B

Awesome Lists containing this project

README

        

JSON-B ExecutionContextSerializer
=================================

A Spring Batch `ExecutionContextSerializer` implementation that uses [JSON-B](http://json-b.net) to provide (de)serialization.

This can act as a replacement for the default [Jackson](https://github.com/FasterXML/jackson) based serialization that Spring Batch offers.

Usage
-----

You need to have a JSON-B implementation eg. [Eclipse Yasson](https://projects.eclipse.org/projects/ee4j.yasson), this is automatically the case if you deploy in a Jakarta EE container.