liangjingkanji / Serialize

🍒 Android 简单高性能读写本地数据, 直接存储对象/基础类型
http://liangjingkanji.github.io/Serialize/
Apache License 2.0
239 stars 20 forks source link

存储Serializable 数据列表,当Model加字段时候,数据丢失 #8

Closed Alexxiaopang closed 2 years ago

Alexxiaopang commented 2 years ago

当存储Serializable的数据时,新增字段,大概率数据丢失,有啥办法解决

liangjingkanji commented 2 years ago

使用文档有提到解决方案

Alexxiaopang commented 2 years ago

使用文档有提到解决方案

感谢,已看到,之前的文档没有,没想到最近几个月已经更新文档用法,谢谢

liangjingkanji commented 2 years ago

我的错误,抱歉。 另外我更推荐Parcelable