-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有没有推荐的HandyJSON的替代方案? #493
Comments
几乎无障碍替换HandyJSON的方案SmartCodable: https://github.com/intsig171/SmartCodable |
感谢 ,因为项目统一封装了解析处理的过程调用,使用SmartCodable替换几乎无成本,项目只需要下一个版本,回归测试一下即可🤝 另外想请教一下,Codable模型定义struct还是class ,因使用HandyJSON时,定义了class BaseModel : HandyJSON {} , 其他model继承BaseModel即可,这种方案在SmartCodable可行吗? |
问题1: 问题2: |
这边也可以看看我前段时间写的关于Codable库HollowCodable,目的也是为了去替代HandyJSON。 |
可以试试我这个非常轻量化,没有codable,简单修改就可以从handyjson过渡,MyJSONable |
看到HandyJSON群里说不再维护,担心继续出现版本升级的crash。官方的Codable使用起来不方便,而且遇到字段缺失就不工作。 请问有推荐的低成本低替换方案么?
The text was updated successfully, but these errors were encountered: