JsonConvert.SerializeObject(list);
这样转换时,发现结果为[{},{},{},{},{}],因为list对象和对象属性访问级别设为了internal,修改为public后正常