会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
南山南
博客园
首页
新随笔
联系
管理
订阅
2017年2月9日
C# 序列化与反序列化
摘要: 对于序列化与反序列化C#已经拥有封装好的类库"namespace:Newtonsoft.Json""class:JsonConvert" (1)将实体类序列化成Json字符串 实体类: class person { public string name{get;set} public string
阅读全文
posted @ 2017-02-09 13:36 慕码人
阅读(235)
评论(0)
推荐(0)
公告