batmnnn opened a new pull request, #87:
URL: https://github.com/apache/datasketches-rust/pull/87

   Add serialize/deserialize methods to ThetaSketch with Java-compatible 
compact format for cross-platform interoperability.
   
   Changes:
   - Add theta/serialization.rs with binary format constants
   - Add ThetaSketch::serialize() for compact format output
   - Add ThetaSketch::deserialize() and deserialize_with_seed()
   - Add ThetaHashTable::seed() and from_entries() helpers
   - Add comprehensive serialization tests
   
   Addresses serialization requirement from #30


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