chaokunyang commented on issue #2609: URL: https://github.com/apache/fory/issues/2609#issuecomment-3588295024
@drse @kitalkuyo-gita Thanks for the suggestion and sorry for late reply. I perfer solution 1. Here is my thoughts: 1. We only reserve id up to 255. I think this is enough for usage by fory 2. And we proivde a `registerInternal` API for `TypeResolver`, we use that API for register fory supported types. 3. Users keep using normal register API, when they register by id, we add that ID by `255`, and use new ID for internal registry. -- 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]
