Skip to content

Provide jackson JsonParser#readBinaryValue(OutputStream out) replacement #1987

@rugpanov

Description

@rugpanov

What is your use-case and why do you need this feature?
The only option to handle extra-large strings that don't fit memory is working with binary streames. Example: binary data in the NPM protocol.

Describe the solution you'd like
In jackson there is JsonParser#readBinaryValue(OutputStream out) method to decode extra-large binary fields. The user is providing OutputStream and jackson is transferring the data into the stream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions