chaokunyang commented on issue #2885: URL: https://github.com/apache/fory/issues/2885#issuecomment-3649026533
@urlyy The `ForyObject` macro has already skiped use `i32/i64` serializer tro handle read/write, it generate code to invoke `write_varint32/write_varint64` directly. You can just update marco codegen logic to generate buffer `read/writexxx` code directly based on macro attrs introduced in this issue -- 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]
