#[no_mangle]
pub unsafe extern "C" fn Java_io_projectliberty_graphsdk_Native_exportUserGraphUpdates<'local>(
    env: JNIEnv<'local>,
    _class: JClass<'local>,
    handle: jlong,
    dsnp_user_id: jlong
) -> JByteArray<'local>
Expand description

Export updates to graph state for a single user graph.

Arguments

  • handle - the handle to the graph state
  • dsnp_user_id - the user id whose graph to export

Returns

  • jbyteArray - the serialized updates

Errors

  • SdkJniError - if exporting updates fails