chaokunyang commented on PR #2819: URL: https://github.com/apache/fory/pull/2819#issuecomment-3435664716
@kitalkuyo-gita The serialization of circular reference in rust is already supported in current fory rust implementation. The xlang support is more about alignment of ref types and flags. Due to the type system gaps between java and rust, a type may be taken as reference in java, but not a reference rust. Then the deserialization in rust/java may fail. You may need to start with adding reference tests in `RustXlangTest.java` and `test_cross_language.rs`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
