GitHub user chaokunyang added a comment to the discussion: Is there something like an OpenRewrite recipe for converting from Jackson to Fury for POJO (struct) mapping?
We don't have plans to provide such tool. Change the usage from json to fury is not complex. The serialization is encapsulated into an util class. You just need to change that class from using json to fury,which won't be difficult GitHub link: https://github.com/apache/fury/discussions/1973#discussioncomment-11521808 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
