Skip to content

add support for str8 packer #499

@reezhu

Description

@reezhu

Hi, thanks for you work
Recently I have meet a situation to communicate with msgpack in python.
The python project(can't modify) send the message with .packb(data, use_bin_type=True) and decode with .unpack(data, raw=False), but i found the java version seems to miss str8 encode support or do I miss the way to send a message with java with use_bin_type=True?

Activity

changed the title [-]add support for str8[/-] [+]add support for str8 packer[/+] on May 9, 2019
xerial

xerial commented on May 21, 2020

@xerial
Member

msgpack-java supports str8. Make sure you are using the latest version of msgpack-java.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @xerial@reezhu

        Issue actions

          add support for str8 packer · Issue #499 · msgpack/msgpack-java