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

`MessagePacker#packBigInteger(BigInteger)` throws `IllegalArgumentException` if given integer is bigger than maximum value of uint64 or smaller than minimum value of int64. This behavior itself is OK but error handling is difficult...

In many Java projects, I'm using [gradle witness](https://github.com/WhisperSystems/gradle-witness) to keep a list of checksums of all dependencies. This makes sure that when building a project on a different machine, I...

When I convert "List" to a Type(ParameterizedType), I found there is no read method can accept a ParameterizedType. Is there any solution? or is there a convenient solution to convert...

v06

It still shows the usage for older versions...

This topic is an excerpt of the discussion in https://github.com/msgpack/msgpack-java/pull/82#discussion_r12501596 In event-driven I/O, we call unpackXXX after we receive new data from a network (or another resource). That indicates unpackXXX...

We need thread-safe ValueHolder so that we can safely pass the read value into another function. ValueBuffer is an example of its implementation. https://github.com/msgpack/msgpack-java/blob/v07-value-sf/msgpack-value/src/main/java/org/msgpack/value/ValueBuffer.java

https://github.com/msgpack/msgpack-java/pull/82#discussion_r12501173

This issue is pointed in #40 by @roblabla and @mikkoz. Thanks for their report :-) The point to fix is as follows(quoted from #40): Wiki: - description of various annotations,...

This issue is pointed in #40 by @roblabla and @mikkoz. Thanks for their report :-) The point to fix is as follows(quoted from #40): Javadoc: - all annotations - all...