Skip to content

How to serialize byteSize() #58

@fkgruber

Description

@fkgruber

Hi
I'm trying to write multiple protobuf messages to a single file by including the byteSize() before serializing the message.

How do I properly write the byteSize to the file? In Python example I see that the byteSize is first converted to varint using the function _VarintBytes(). How do I convert the size in R?

thanks
FKG

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