theweipeng opened a new pull request, #1789:
URL: https://github.com/apache/fury/pull/1789

   ## What does this PR do? 
   
   ### Refine code struct and implement some compatibility features
   1. Split fury_meta file into individual files, as the file is too large to 
be easily read.  There are a lot of features should be implemented by macro, 
split it is necessary.
   2. Implement compatibility by the macro, which will now generate a pattern 
match expression.
   3. Write type meta to binary when serializing objects.
   4. Read type meta for the pattern match which is generated at compile time 
when deserializing.
   
   ### Some unimplemented features
   1. Add a v-table for looking up generic methods by type_id, which is used 
for support the Any type.
   2. Support draining unused binary data when receiving an unregistered type.


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