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 42ff7c2504 initial commit 2017-01-18 17:34:20 +01:00
gradle/wrapper initial commit 2017-01-18 17:34:20 +01:00
src initial commit 2017-01-18 17:34:20 +01:00
.gitignore initial commit 2017-01-18 17:34:20 +01:00
build.gradle initial commit 2017-01-18 17:34:20 +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