Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marschall/jsonb-executioncontextserializer
- Owner: marschall
- Created: 2021-08-30T14:29:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T07:29:06.000Z (about 1 year ago)
- Last Synced: 2023-09-29T10:28:52.069Z (about 1 year ago)
- Topics: json, json-b, jsr-367, spring-batch
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.