messagepack
Here are 158 public repositories matching this topic...
-
Updated
May 31, 2020 - C#
-
Updated
Jun 12, 2020 - C#
If you try to deserialize a protobuf message without the corresponding schema you get a generic message error message:
[INFO] [record_query::proto_index] Proto descriptor cache is stale; recomputing
Missing input file.
thread 'main' panicked at 'protoc descriptor compilation failed', src/proto_index.rs:60
note: Run with `RUST_BACKTRACE=1` for a backtrace.It would be nice to g
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
Jun 8, 2020 - TypeScript
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
-
Updated
Jun 2, 2020 - Python
-
Updated
Jun 17, 2020 - C++
-
Updated
May 25, 2020 - PHP
-
Updated
May 22, 2020 - C
-
Updated
Dec 23, 2019 - Go
-
Updated
Jun 9, 2020 - Swift
-
Updated
Jan 27, 2020 - Swift
-
Updated
Jun 14, 2020 - MATLAB
-
Updated
May 14, 2020 - Swift
-
Updated
Mar 27, 2019 - Go
-
Updated
May 26, 2019 - Python
-
Updated
Jun 13, 2020 - C#
-
Updated
Jul 19, 2018 - C++
-
Updated
Sep 11, 2019 - Lua
-
Updated
May 25, 2020 - C#
-
Updated
Mar 17, 2020 - C
-
Updated
Mar 17, 2019 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Apr 12, 2020 - Python
-
Updated
Nov 22, 2019 - C++
-
Updated
Feb 20, 2020 - Swift
Examples on how to use as part of top level MessagePack package documentation.
Particular emphasis should be placed on using Map and Array correctly.
Improve this page
Add a description, image, and links to the messagepack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the messagepack 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?