-
Notifications
You must be signed in to change notification settings - Fork 321
Description
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.