msgpack Questions
1
Solved
I'm trying to use spyne (http://spyne.io) in my server with ZeroMQ and MsgPack. I've followed the examples to program the server side, but i can't find any example that helps me to know how to prog...
1
How it is possible to provide all three functions: msgpack_pack, msgpack_unpack and msgpack_object (also, what are meanings of them, exactly?) for a user-defined C++ class (in the same way MSGPACK_...
1
Solved
I'm currently trying to use msgpack in a project written in C. I'm using msgpack for the purpose of serializing the contents of a struct, which is then to be sent over the network, and deserialized...
Trent asked 13/3, 2013 at 18:45
1
Solved
I heard something about MsgPack that can be used for compressing json messages, but I have a question about that, why not simply using Gzip/Deflate instead of MsgPack? I think it's so better to deb...
Aerugo asked 16/10, 2012 at 19:10
1
Solved
I'm having a problem storing a MessagePacked hash in Redis. I've pasted a test case below. When pulling out the packed data from Redis and unpacking it, the hash is slightly corrupted. This appears...
Intercourse asked 11/10, 2012 at 0:56
1
Solved
In looking at the C API for MessagePack, there are a number of functions to appropriately serialize (pack) the data according to type: msgpack_pack_uint8, msgpack_pack_int32, ...
There doesn't see...
Sevastopol asked 14/9, 2012 at 20:19
3
Solved
I wonder if any of the high performance serialization libraries (like Google protocol buffers) support sum types.
Sum types are tagged unions, basically the ability to say that something is either...
Maculate asked 21/2, 2012 at 14:34
2
Solved
Looking for some fast, simple and stable RPC library I stumbled upon MessagePack project which seems to be very good. It is also under active development.
If you used it in any way, could you plea...
Villagomez asked 29/3, 2011 at 7:29
© 2022 - 2024 — McMap. All rights reserved.