FasterXML / FasterXML/jackson-dataformats-binary
Add tracking of 'required' fields during writing
Open
protobuf
- Dominant language
- Java
- Stars
- 347
- Forks
- 156
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 22
Description
(moved from https://github.com/FasterXML/jackson-dataformat-protobuf/issues/4)
Initial generator version does not keep track of required fields, but it should in near future.
Required fields for which no explicit value is given should either throw an exception, or write "default" placeholder value; choice could depend on a feature.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.