FasterXML / FasterXML/jackson3-dev
Add `writeStartObject(Object, int)` in generator API to support fixed-element writes (CBOR et al)
未關閉
- 主要語言
- 沒有語言資料
- 星號
- 6
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Currently there are methods for indicating element count for arrays to write, but not Objects.
But underlying ability is expected and exposed by some codecs, such as CBOR; in some cases just as optimization (indicating length can be more compact and/or allow better decoding), and in other cases possibly as a requirement.
Regardless, it would make sense to expose this at general generator level (`JsonGenerator`).
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。