msgpack-java
msgpack-java copied to clipboard
MessagePack serializer implementation for Java / msgpack.org[Java]
https://github.com/msgpack/msgpack-java/blob/60f5aa62ea3e22b1c7964b0221c26e601d956537/msgpack-core/src/main/java/org/msgpack/value/Variable.java#L560 The asShort method validates against the byte range, and not against the short range
I am testing to use MsgPack instead of Jackson in Spring. It was confirmed that MsgPack consumes more memory than Jackson. I dug into that issue, it was confirmed that...
## About this PR 📦 Updates * [org.wvlet.airframe:airframe-json](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe) from `24.5.2` to `24.7.0` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.7.0) - [Version Diff](https://github.com/wvlet/airframe/compare/v24.5.2...v24.7.0) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.10.0` to `3.11.0` 📜 [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.11.0) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](https://github.com/xerial/sbt-sonatype/compare/v3.10.0...v3.11.0) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) from `2.16.2` to `2.17.1` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR 📦 Updates [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) from `2.16.2` to `2.17.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
MessagePacker doesn't seem to be able to handle bigDecimal, is there a workaround? If not, can I request a pull request code that supports bigDecimal?
我在C++端序列化nested struct RequestBody,并发送到Java端反序列化 C++结构体和序列化方法如下: struct RESP_GHM { int uiYear; // 年 char szMs[3]; // 毫秒 MSGPACK_DEFINE(uiYear, szMs); // 定义要序列化的成员 }; /* * @brief 测试消息体结构体 */ struct RequestBody { int id;...
## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.10.2` to `1.10.3` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.10.2...v1.10.3) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [com.github.sbt:sbt-dynver](https://github.com/sbt/sbt-dynver) from `5.0.1` to `5.1.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-dynver/releases/tag/v5.1.0) - [Version Diff](https://github.com/sbt/sbt-dynver/compare/v5.0.1...v5.1.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...