-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serialization and cross language/platform support #20
Comments
Just added (de)serialization for block filters. Will soon add for other filters. |
great , thanks for the prompt response . |
Not yet, but I'll add that. |
@patelprateek How do you plan to pass the filters from Java to C++ - JNI? Disk? MappedByteBuffer? Something else? |
@jbapple : initial plan is to pass it through jni for some local computation in native code , but also in future serialized bytes over wire in a protocol buffer message along with some other data to remote server written in c++ |
@patelprateek See JavaSerDeTest in block.cpp For example of how to use the new JNI compatible serialization/deserialization to get a filter from Java to C++. |
Hi @jbapple , |
Are these filters serializable ?
can we load and serialize filters in a compatible way in different languages and platform ?
The text was updated successfully, but these errors were encountered: