alibaba / HandyJSON

A handy swift json-object serialization/deserialization library
Other
4.22k stars 615 forks source link

在配合使用Realm的时候,无法转换Realm中List类型数据 #467

Open little-dandan opened 2 years ago

little-dandan commented 2 years ago

当模型中出现List属性的时候,转换结果是空的。List没有任何数据。

little-dandan commented 2 years ago

@Persisted var areas: List

使用HandyJSON进行转换,所有字段都为nil

ruixingchen commented 2 years ago

这个只能你自己手动转换了,realm太小众了