https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
b56b91531c
Currently since we are xoring the default value in the enums, if a enum field is set and then queries you will encouter wrong values being returned. Adding the xor offset in the generated code fixes this. Also added a small test for this check |
||
---|---|---|
benchmark/src/main | ||
compiler/src | ||
examples/src/main | ||
project | ||
runtime/src | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTORS | ||
do_benchmarks.bash | ||
LICENSE | ||
Makefile | ||
README.md | ||
version.sbt |
capnproto-java: Cap'n Proto for Java
Cap'n Proto is an extremely efficient protocol for sharing data and capabilities, and capnproto-java is a work-in-progress pure Java implementation.