-
Notifications
You must be signed in to change notification settings - Fork 24
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
可否支持指定类型的构造器或工厂方法 #11
Comments
只支持无参构造器一种。其它不支持。。。 |
可以考虑添加一个全局配置项,可以指定根据类型创建实例的方式。 |
这个建议好的!
发自我的iPhone
在 2021年9月23日,下午7:06,jovezhao ***@***.***> 写道:
可以考虑添加一个全局配置项,可以指定根据类型创建实例的方式。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#11 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAW23S622KUEYY5CDYDQ66TUDMCZXANCNFSM5ESWY4EA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
可以加到qq群里。。。方便后续交流 |
早就不用QQ了 |
看了单测,这个没有解决类型构造的问题,只解决了自定义类型映射。 |
自定义解码时,可以在里面new 。。。相当于构造了。。。
发自我的iPhone
在 2021年10月14日,下午5:47,jovezhao ***@***.***> 写道:
看了单测,这个没有解决类型构造的问题,只解决了自定义类型映射。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#11 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAW23S75NVGETKFOLPIOUFTUG2RKVANCNFSM5ESWY4EA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
只需要构造,构造完了,还要使用默认的方式吧json中的值写入实例属性 |
我想想想啊。最好两者共用机制
发自我的iPhone
在 2021年10月14日,下午7:22,jovezhao ***@***.***> 写道:
只需要构造,构造完了,还要使用默认的方式吧json中的值写入实例属性
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#11 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAW23S72X66ND2JL5DJM7LDUG24ONANCNFSM5ESWY4EA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: