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

https://github.com/ghusta/jackson-json-test

Test some serialization features with Jackson 2.9 and Dates (Java 8, JSR-310).
https://github.com/ghusta/jackson-json-test

jackson json

Last synced: 3 months ago
JSON representation

Test some serialization features with Jackson 2.9 and Dates (Java 8, JSR-310).

Awesome Lists containing this project

README

        

# Tests Jackson 2 + JSON + Dates Serialization

## Overview

Test some serialization features with Jackson 2.9 and Dates (Java 8, JSR-310).

## References

- jackson-bom
- https://github.com/FasterXML/jackson-bom
- jackson-modules-java8
- https://github.com/FasterXML/jackson-modules-java8

## StackOverflow

- [Java 8 DateTime serialization and Jackson JSR 310](https://stackoverflow.com/questions/32026837/java-8-datetime-serialization-and-jackson-jsr-310)