urlyy opened a new pull request, #2492: URL: https://github.com/apache/fory/pull/2492
## What does this PR do? - Modify according to the latest `xlang` specification. (Implemented but not tested with `Java`) - Improved the implementation of compatible mode by comparing the `field_name` and `field_type` of the sender and receiver to determine whether to assign or skip. (The read/write of `field_type` is not fully implemented yet; currently, the generic information of `field_type` is not being read or written.) - other todo: haven’t figured out how to serialize and deserialize `Option` yet. ## Related issues - #2145 ## Does this PR introduce any user-facing change? <!-- If any user-facing interface changes, please [open an issue](https://github.com/apache/fory/issues/new/choose) describing the need to do so and update the document if necessary. --> - [ ] Does this PR introduce any public API change? - [x] Does this PR introduce any binary protocol compatibility change? ## Benchmark <!-- When the PR has an impact on performance (if you don't know whether the PR will have an impact on performance, you can submit the PR first, and if it will have impact on performance, the code reviewer will explain it), be sure to attach a benchmark data here. --> -- 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]
