FasterXML / FasterXML/jackson-core

writeRaw binary content

Open
#914 11 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.