rethinkdb / rethinkdb-java

Official RethinkDB Java client
https://rethinkdb.com/api/java/
Apache License 2.0
21 stars 10 forks source link

Support serialization of ReQL expressions #38

Open NotJustAnna opened 4 years ago

NotJustAnna commented 4 years ago

Apparently, the RethinkDB C# Driver supports serializing ReQL expressions. It might be nice to port it to Java.

Implementation may or may not be compatible with C# driver serialization.