加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

一:Newtonsoft.Json 支持序列化与反序列化的.net 对象类型;

发布时间:2020-12-16 18:42:28 所属栏目:百科 来源:网络整理
导读:Json.net 序列化程序会将.Net 值转换为json值,表格中是支持转换的对象类型; .net 对象类型 转换后的Json 类型 IList,IEnumerable,IListT,Array,datatable json数组 IDictionary,IDictionaryTKey,TValue json对象 Object (more detail below) json对象 Jso

Json.net 序列化程序会将.Net 值转换为json值,表格中是支持转换的对象类型;

.net 对象类型

转换后的Json 类型

IList,IEnumerable,IList<T>,Array,datatable

json数组

IDictionary,IDictionary<TKey,TValue>

json对象

Object (more detail below)

json对象

Json数组教程:http://www.runoob.com/json/js-json-arrays.html

Json 对象教程:http://www.runoob.com/json/js-json-objects.html

?

.net 属性类型

转换后的Json类型

String

String

Byte、sbyte、uint16、uint32、int32、uint64、int64

Integer

Float、double、decimal

Float

Enum

Integer (参考:https://www.newtonsoft.com/json/help/html/T_Newtonsoft_Json_Converters_StringEnumConverter.htm)

Datetime

String(可以格式化字符串参考https://www.newtonsoft.com/json/help/html/DatesInJSON.htm)

Byte[]

string

Type

String(类型名称)

Guid

string

typeConverter

string

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读