FasterXML / FasterXML/jackson-module-scala
in some cases serialization of option is not working
Open
need-test
- Dominant language
- Scala
- Stars
- 506
- Forks
- 138
- Avg merge
- 3h 6m
- Merged PRs (30d)
- 48
Description
We are using jackson 2.9.8.
Sometimes (we couldn't find any consistent case) it ignore option (like scala module is unaware of option and just writing a json like this:
`{"x":1,"empty":false,"defined":true}`
(in this case this is an option of int).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.