分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 网页技术

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

发布时间:2023-09-06 02:29责任编辑:林大明关键词:暂无标签

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

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

原文地址:https://www.cnblogs.com/Rawls/p/10261404.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved