GitHub user chaokunyang edited a comment on 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 would be pretty straight forward 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]
