urlyy opened a new pull request, #2585:
URL: https://github.com/apache/fory/pull/2585

   ## What does this PR do?
   1. Add files to test with java.
   2. Update buffer.var_intxx() && buffer.var_uintxx() and test with java.
   3. Update some write logic to sync with java.
   
   ## Related issues
   #2539 
   
   ## Does this PR introduce any user-facing change?
   
   - [x] Does this PR introduce any public API change?
   ```rust
   # now can 
   let reader = Reader::new(bytes.as_slice());
   let fory = Fory::default().mode(Compatible).xlang(true);
   let mut context = ReadContext::new(&fory, reader);
   let a = fory.deserialize_with_context(&mut context);
   let b = fory.deserialize_with_context(&mut context);
   let c = fory.deserialize_with_context(&mut context);
   ```
   - [x] Does this PR introduce any binary protocol compatibility change?
   


-- 
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]

Reply via email to