HandyJSON icon indicating copy to clipboard operation
HandyJSON copied to clipboard

如何支持多种映射规则?

Open lnwxzby opened this issue 5 years ago • 1 comments

比如说在支持属性名映射的同时支持类型转换?

self. date <-- "currentDate"

date <-- CustomDateFormatTransform(formatString: "yyyy-MM-dd")

lnwxzby avatar Sep 02 '19 17:09 lnwxzby

date <-- ("currentDate", CustomDateFormatTransform(formatString: "yyyy-MM-dd"))

vinsent avatar Sep 04 '19 03:09 vinsent