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-23 17:26:33 +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 Introduced toJson() method 2017-01-23 12:49:52 +01:00
.gitignore initial commit 2017-01-18 17:34:20 +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