会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
陈炳行的博客
首页
新随笔
管理
2022年2月12日
C# Json和对象的转换,序列化和反序列化
摘要: 序列化: Student student1 = new Student { Id = 12883, Name = "Jim David", Scores = new double[] { 87.5, 92, 76.2 } }; Student student2 = new Student { Id
阅读全文
posted @ 2022-02-12 23:46 bingxingc
阅读(319)
评论(0)
推荐(0)
编辑
公告