资源简介
代码片段和文件信息
#region License
// Copyright (c) 2007 James Newton-King
//
// Permission is hereby granted free of charge to any person
// obtaining a copy of this software and associated documentation
// files (the “Software“) to deal in the Software without
// restriction including without limitation the rights to use
// copy modify merge publish distribute sublicense and/or sell
// copies of the Software and to permit persons to whom the
// Software is furnished to do so subject to the following
// conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND
// EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES
// OF MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
// HOLDERS BE LIABLE FOR ANY CLAIM DAMAGES OR OTHER LIABILITY
// WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE ARISING
// FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
#endregion
namespace Newtonsoft.Json
{
///
/// Specifies how constructors are used when initializing objects during deserialization by the .
///
public enum ConstructorHandling
{
///
/// First attempt to use the public default constructor then fall back to a single parameterized constructor then to the non-public default constructor.
///
Default = 0
///
/// Json.NET will use a non-public default constructor before falling back to a parameterized constructor.
///
AllowNonPublicDefaultConstructor = 1
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-03-25 20:35 Newtonsoft.Json-master\
文件 385 2020-03-25 20:35 Newtonsoft.Json-master\.appveyor.yml
文件 771 2020-03-25 20:35 Newtonsoft.Json-master\.gitattributes
文件 257 2020-03-25 20:35 Newtonsoft.Json-master\.gitignore
目录 0 2020-03-25 20:35 Newtonsoft.Json-master\Build\
文件 796 2020-03-25 20:35 Newtonsoft.Json-master\Build\Sign-Package.ps1
文件 380 2020-03-25 20:35 Newtonsoft.Json-master\Build\appsettings.json
文件 11542 2020-03-25 20:35 Newtonsoft.Json-master\Build\build.ps1
文件 428 2020-03-25 20:35 Newtonsoft.Json-master\Build\localbuild.ps1
文件 30998 2020-03-25 20:35 Newtonsoft.Json-master\Build\psake.psm1
文件 239 2020-03-25 20:35 Newtonsoft.Json-master\Build\runbuild.cmd
文件 544 2020-03-25 20:35 Newtonsoft.Json-master\Build\runbuild.ps1
文件 78 2020-03-25 20:35 Newtonsoft.Json-master\Build\version.json
文件 4582 2020-03-25 20:35 Newtonsoft.Json-master\CONTRIBUTING.md
目录 0 2020-03-25 20:35 Newtonsoft.Json-master\Doc\
文件 2695 2020-03-25 20:35 Newtonsoft.Json-master\Doc\ConditionalProperties.aml
文件 4292 2020-03-25 20:35 Newtonsoft.Json-master\Doc\ContractResolver.aml
文件 5087 2020-03-25 20:35 Newtonsoft.Json-master\Doc\ConvertingJSONandxm
文件 2384 2020-03-25 20:35 Newtonsoft.Json-master\Doc\CreatingLINQtoJSON.aml
文件 1512 2020-03-25 20:35 Newtonsoft.Json-master\Doc\CustomCreationConverter.aml
文件 5588 2020-03-25 20:35 Newtonsoft.Json-master\Doc\DatesInJSON.aml
文件 4455 2020-03-25 20:35 Newtonsoft.Json-master\Doc\Introduction.aml
文件 25089 2020-03-25 20:35 Newtonsoft.Json-master\Doc\JsonNetVsDotNetSerializers.aml
文件 4109 2020-03-25 20:35 Newtonsoft.Json-master\Doc\JsonSchema.aml
文件 1518 2020-03-25 20:35 Newtonsoft.Json-master\Doc\LINQtoJSON.aml
文件 1889 2020-03-25 20:35 Newtonsoft.Json-master\Doc\ParsingLINQtoJSON.aml
文件 6377 2020-03-25 20:35 Newtonsoft.Json-master\Doc\Performance.aml
文件 4978 2020-03-25 20:35 Newtonsoft.Json-master\Doc\Preserveob
文件 3372 2020-03-25 20:35 Newtonsoft.Json-master\Doc\QueryingLINQtoJSON.aml
文件 3461 2020-03-25 20:35 Newtonsoft.Json-master\Doc\ReadingWritingJSON.aml
文件 8159 2020-03-25 20:35 Newtonsoft.Json-master\Doc\ReducingSerializedJSONSize.aml
............此处省略1162个文件信息
- 上一篇:C# 文件批量处理器
- 下一篇:plc通信(vb+c#+说明文档)
相关资源
- plc通信(vb+c#+说明文档)
- C# 文件批量处理器
- C# 体验套餐管理系统源码
- C#逻辑思维100题
- C#加密、安全与软件注册(9例).rar
- C#实现闪屏程序
- Zebar打印机
- C#访问OPC(附代码讲解)
- C#连接SQL sever数据库有详细的注释,带
- C# 套打Demo
- C# Access版资产管理系统源代码
-
C# 读写xm
l文件(xm l文件生成按钮 - C#安捷伦示波器编程控制
- C#拾色器
- C# 实现 信捷PLC通讯协议
- C# 敏感词过滤
- C# 單例模式
-
C# 开发BHO(Browser Helper ob
ject)插件 - C# 报表源码
- C#语言定义
- optical-reader(OID)
- C# 操作MySQL数据库(增、删、改、查)
- C# SHAP7与西门子PLC通讯及模拟
- asp.net 简单新闻发布系统源码(附数据
- C# 创建doc文档(基于Microsoft.Office.In
- c# 生成doc文档(附自定义表格)
- C# 通过S7.NET方式实现与西门子PLC通信
- C#向量类定义及应用
- c# + sqlite demo(增删改查)
- RDLC报表使用
评论
共有 条评论