Skip to content

Is this project dead?  #521

@ramiws

Description

@ramiws

Hi,

This looks like a dead project to me because I wasted 3 hours navigating through dead links and not working/old examples:
1- check this:
MessagePack for Java
QuickStart for msgpack-java is available here. (https://github.com/msgpack/msgpack-java/wiki/QuickStart) dead end

2- the example on the main website showing oh how easy this is:
MessagePack msgpack = new MessagePack();
// Serialize
byte[] raw = msgpack.write(src);
Value dynamic = msgpack.read(raw);
List dst2 = new Converter(dynamic)
.read(Templates.tList(Templates.TString));

This example is so outdated that I checked all the way back to version 0.7.0-M1 and I did not find such calls as "msgpack.write(src)" and "msgpack.read(raw)". Can you imagine how outdated it is?

Please make this project useable or stop making new releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions