Skip to content

Add support for reading and writing elements as raw, pre-encoded bytes #764

@sirthias

Description

@sirthias

Apparently there are use cases like the one described in #761 that need this.
The proposal is to add the following method to InputReader:

def rawBytesOfLastValue(preElementCursor: Int): Array[Byte]

and this method to Writer"

def writeValueAsRawBytes(bytes: Array[Byte]): Self

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions