msgpack-cli icon indicating copy to clipboard operation
msgpack-cli copied to clipboard

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]

Results 87 msgpack-cli issues
Sort by recently updated
recently updated
newest added

In VS2015, when I run my project Windows Silverlight 8.0, the output is following: System.IO.FileNotFoundException: Could not load file or assembly 'MsgPack, Version=0.6.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies....

need-more-info

hi I pack object like {"name":"test","sessions":["xxxxx","yyyyy"]} with message pack in python but when i unpack this object to object with your client get an object like {"name":"test","sessions":2} (it's give me...

need-more-info

hello~ I use msgpack in my game,set Stripping Level as use micro mscorlib when building unity3d for ios: UnityException: Failed assemblies stripper: D:/Program Files (x86)/Unity4.5/Editor/Data/Mono/bin\mono.exe "D:/Program Files (x86)/Unity4.5/Editor/Data/Tools/UnusedBytecodeStripper.exe" -l none...

As expected, I do get an exception when I try to unpack Stream (which is spitting out data - Byte[] in chunks) which does not contain complete packed message. I...

question

It is the last of the continuation of the issue, but we are worried it is not know how should I as copper when using MessagePack to the API communication....

Hi, Thank you for the version 0.6.1.1. But build in error will fail in two places. 1) SerializationTarget.cs Line 461 # if DEBUG && !UNITY_IPHONE && !UNITY_ANDROID You should be...

This project looks really interesting, but when I try and use it against a real-world object tree I (understandably) run into some issues - for example that System.Type can't be...

enhancement

I packed a dictionary, which contains another dictionary inside of it. When I unpacked that again, instead of the inner dictionary, I found an integer. (count of the keys of...

question

I would use msgpack on Netduino using its .net microframework. Might work? Alternatively, you know a library for microfw?

Hi, is it possible to optionally let MsgPack sort the serialized data by the original declaration order instead of the alphabetical one? I am working in a project, where the...

enhancement