FasterXML / FasterXML/jackson-databind
Allow reading/writing `writerExcludingView()`/`readerExcludingView()` (JsonView exclusion)
Open
most-wanted
need-test-case
- Dominant language
- Java
- Stars
- 3.7k
- Forks
- 1.5k
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 28
Description
Often times it's convenient to mark some properties for a specific purpose (e.g. "historical" or "private"), and to simply use serializers that exclude that view. This is not possible right now, as you can only include views. Right now this means that all the other properties need to be tagged with a base/common view, which clutters up the code unnecessarily (or can be forgotten sometimes).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.