msgpack
Here are 245 public repositories matching this topic...
-
Updated
Jul 10, 2020 - C#
There are two static analyzers in an LLVM project:
Would be nice to check tarantool source code with these analyzers, fix warnings and errors and add it in Tarantool CI.
-
Updated
Apr 29, 2020 - C
-
Updated
Jun 12, 2020 - Go
Hi,
by a total chance, I've run into this fragment on main page (http://spyne.io/#auxproc=Sync&s=aux :)
To do additional work after the primary method returns, you can set the aux attribute in another service definition class and implement the same method signature
For a total beginner in spyne/rpc world (that is me) this was quite enlighting in terms of what is happening. Earlier
hi, i am trying to install rpclib, but got a bit lost.
the version i am trying to install is the git cloned version from the master branch.
i follow the guide and execute the build commands. the documentation says
And that's it. If all goes well, your build output will be in the
outputdirectory.
i can find no direc
Improve CI
https://github.com/msgpack/msgpack-cli/wiki/Custom-serialization#custom-serializer
When I attempt to create a serialiser class as per this documentation I get the following warning;
Constructor 'MsgPack.Serialization.MessagePackSerializer.MessagePackSerializer' is obsolete: Use MessagePackSerializer (SerlaizationContext) instead.
Also, a code example of how you register this serialis
-
Updated
Jul 7, 2020 - TypeScript
-
Updated
Jan 28, 2020 - C++
Here are the bytes produced (valid).
dc 00 11 91 cf 05 88 12 52 88 c2 00 0a 90 95 91 cf 01 ad fd 36 26 40 00 00 d9 22 61 5f 63 35 65 64 63 37 31 61 66 66 37 65 33 63 35 39 61 64 31 36 31 37 32 64 31 37 66 31 35 66 38 39 c2 cd 04 d2 aa 6a 6b 63 63 6c 65 6d 65 6e 73 91 cf 04 43 f6 43 ab c2 00 01 da 02 4a 2a 2a 57 65 6c 63 6f 6d 65 20 74 6f 20 74 68 65 20 6c 61 6c 61 20 77 6f 72 6c 64 20 44 6
Currently Surface.of[X] automatically consume ClassNotFound exception and returns Surface.of[java.lang.Object] so that it will not stop user programs.
But as we hit the class loader issue like sbt/sbt#5410 and #918 this behavior makes difficult to identify what happened behind the scenes, so we should be able to report ClassNotFoundException later.
Another approac
-
Updated
Jun 2, 2020 - Python
-
Updated
Jul 1, 2020 - Python
Serialization format
Hello Riki, your serializer looks very promising!
I'm wondering whether its physical format stable enough to be standardized?
Would be great to have a wire-compatible javascript version of the .NET serializer.
Existing formats like Json, Bson or MessagePack are quite limited (don't support circular references, etc).
Regards, Alex
TypeBinder example
-
Updated
May 25, 2020 - PHP
-
Updated
Jun 4, 2020 - C++
-
Updated
May 22, 2020 - C
Having stdout output and configuration through command line options will allow to use Storagetapper as a command line utility.
-
Updated
Aug 28, 2019 - C++
-
Updated
May 2, 2020 - Python
-
Updated
Dec 23, 2019 - Swift
-
Updated
Nov 23, 2019 - Java
Improve this page
Add a description, image, and links to the msgpack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the msgpack topic, visit your repo's landing page and select "manage topics."


I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?