theweipeng opened a new pull request, #1787: URL: https://github.com/apache/fury/pull/1787
## What does this PR do? 1. Split the serializers from one file to individual files. 2. Merged FuryMeta, Serialize, and Deserialize traits into the Serializer trait; it is no longer necessary to keep them separate. 3. Implemented Type Meta for use in compatibility features in the next PR. 4. Added an individual trait FuryGeneralList to distinguish between general Vec and PrimitiveArray in the Fury protocol. Currently, having write_vec and read_vec in the Serialize trait is unconventional. # Related issues ## Does this PR introduce any user-facing change? This PR introduces a user-facing change. Previously, we used from_buffer and to_buffer to serialize and deserialize objects. Now, we should create an instance of Fury and call the methods from_buffer and to_buffer to process objects. -- 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]
