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

MessagePack serializer implementation for Java / msgpack.org[Java]

Results 96 msgpack-java issues
Sort by recently updated
recently updated
newest added

Updates [org.scalacheck:scalacheck](https://github.com/typelevel/scalacheck) from 1.16.0 to 1.17.0. [GitHub Release Notes](https://github.com/typelevel/scalacheck/releases/tag/v1.17.0) - [Version Diff](https://github.com/typelevel/scalacheck/compare/v1.16.0...v1.17.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

It's useful when you need to distinguishe bytes array from extension type Closes #799

## About this PR 📦 Updates [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) from `2.16.1` to `2.16.2` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

library-update

**Goals:** 1. Efficiently iterate over a `MapValue`. Currently, `MapValue` can be iterated over by using one of the following methods: * `MapValue.entrySet()`, which allocates a `Map.Entry` object for every entry....

Override `AbstractMap.get()` and `Map.forEach()` with more efficient implementations.

As a Java developer, I ran into the following issues while working on my first PR (#809): 1. I cloned the repo on Windows. There was no `sbt.bat`, so I...

https://github.com/msgpack/msgpack-java/blob/fd386138fec6f2a469516dcb2b113dc66e6247e8/msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackParser.java#L67-L71 It's needed us to determine whether we have extension value or byte array in deserialazer.

We have code implemented in MS.NET that uses .NET version of MessagePack library to serialize .NET class object into bytes and then stores these bytes into Redis Cache. Code in...

Unsure about the actual `msgpack-java` library, but the `jackson-dataformat-msgpack` does not support JPMS properly. # Motivation JPMS is used by the vast majority of publically released libraries. The performance benefits...