Simple MsgPack is a simple Java library for handling MessagePack data. It doesn’t do any object mapping, but maps to special objects representing MessagePack types. For most cases you might be better off using the official library org.msgpack:msgpack. https://dissem.ch/msgpack/
Go to file
Christian Basler def99f7a7c Added license (Apache 2.0) 2017-01-23 17:38:02 +01:00
buildSrc/src/main Added gitflow version plugin 2017-01-23 17:26:33 +01:00
gradle/wrapper initial commit 2017-01-18 17:34:20 +01:00
src Added license (Apache 2.0) 2017-01-23 17:38:02 +01:00
.gitignore initial commit 2017-01-18 17:34:20 +01:00
LICENSE Added license (Apache 2.0) 2017-01-23 17:38:02 +01:00
build.gradle Added gitflow version plugin 2017-01-23 17:26:33 +01:00
gradlew initial commit 2017-01-18 17:34:20 +01:00
gradlew.bat initial commit 2017-01-18 17:34:20 +01:00
settings.gradle initial commit 2017-01-18 17:34:20 +01:00