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 43c7267e14 Added some helpful utils, license 2017-01-25 22:41:57 +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 some helpful utils, license 2017-01-25 22:41:57 +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 some helpful utils, license 2017-01-25 22:41:57 +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