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
2017-01-20 08:23:58 +01:00
gradle/wrapper initial commit 2017-01-18 17:34:20 +01:00
src Added tests and fixed some bugs 2017-01-20 08:23:58 +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