guolindev/LitePal

无法存储树形结构的数组

2286033294 opened this issue · 1 comments

public class CustomerDataResponse{
private String name;
private ArrayList children;
}
读取数据时发现children为null;name有数据

我也遇到了,请问您是如何解决的,实在解决不了,只有不用这个了