FasterXML / FasterXML/jackson-core
writeRaw binary content
Open
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 928
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 24
Description
What is the recommended way to write raw binary content? As far as I can see `com.fasterxml.jackson.core.JsonGenerator#writeRaw()` variants only support `String`/`char[]`/`SerializableString` arguments, which are not suitable for binary formats.
Is there any plan to extend it and accept binary arguments, i.e. `byte[]`/`InputStream`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.