资源简介
JSON.NET源代码
json与对象、xml之间的转换等。
代码片段和文件信息
#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
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
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 single paramatized constructor.
///
Default = 0
///
/// Allow Json.NET to use a non-public default constructor.
///
AllowNonPublicDefaultConstructor = 1
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-04-23 13:38 Bin\
目录 0 2011-04-23 13:29 Bin\Net\
目录 0 2011-04-23 13:29 Bin\Net20\
文件 406016 2011-04-23 13:29 Bin\Net20\Newtonsoft.Json.Net20.dll
文件 855552 2011-04-23 13:29 Bin\Net20\Newtonsoft.Json.Net20.pdb
文件 355128 2011-04-23 13:29 Bin\Net20\Newtonsoft.Json.Net20.xm
目录 0 2011-04-23 13:29 Bin\Net35\
文件 325632 2011-04-23 13:29 Bin\Net35\Newtonsoft.Json.Net35.dll
文件 898560 2011-04-23 13:29 Bin\Net35\Newtonsoft.Json.Net35.pdb
文件 366276 2011-04-23 13:29 Bin\Net35\Newtonsoft.Json.Net35.xm
文件 348160 2011-04-23 13:29 Bin\Net\Newtonsoft.Json.dll
文件 949760 2011-04-23 13:29 Bin\Net\Newtonsoft.Json.pdb
文件 375381 2011-04-23 13:29 Bin\Net\Newtonsoft.Json.xm
目录 0 2011-04-23 13:29 Bin\Silverlight\
文件 299520 2011-04-23 13:29 Bin\Silverlight\Newtonsoft.Json.Silverlight.dll
文件 816640 2011-04-23 13:29 Bin\Silverlight\Newtonsoft.Json.Silverlight.pdb
文件 346566 2011-04-23 13:29 Bin\Silverlight\Newtonsoft.Json.Silverlight.xm
文件 445 2011-01-03 17:38 Bin\versions.txt
目录 0 2011-04-23 13:29 Bin\WindowsPhone\
文件 295936 2011-04-23 13:29 Bin\WindowsPhone\Newtonsoft.Json.WindowsPhone.dll
文件 810496 2011-04-23 13:29 Bin\WindowsPhone\Newtonsoft.Json.WindowsPhone.pdb
文件 344768 2011-04-23 13:29 Bin\WindowsPhone\Newtonsoft.Json.WindowsPhone.xm
文件 860213 2011-04-23 13:37 Documentation.chm
文件 2306 2011-01-04 13:05 readme.txt
目录 0 2011-04-23 13:38 Source\
目录 0 2011-04-23 13:38 Source\Build\
文件 8794 2011-04-22 15:11 Source\Build\build.ps1
文件 452 2011-04-10 15:22 Source\Build\Newtonsoft.Json.nuspec
文件 101 2010-02-07 10:55 Source\Build\runbuild.cmd
文件 120 2010-02-07 00:17 Source\Build\runbuild.ps1
目录 0 2011-04-23 13:38 Source\Doc\
............此处省略468个文件信息
- 上一篇:训练Haar人脸检测-
- 下一篇:ADS1292R开发板资料
相关资源
- 512FFT Verilog源代码
- 带论坛的校友录网站源代码
- 家谱网站源代码
- mina仿qq聊天功能自定义协议协议的编
- 微信小程序_模仿今日头条源代码
- 基于STM32内部rtc的智能闹钟源代码
- 安卓的拼图小游戏源代码
- 表情识别源代码
- 基于热电阻的温度检测系统内含原理
- 国嵌嵌入式linux培训全套实验代码
- 基于stm32的温度与ph源代码.zip
- 数据库 公司人事管理系统源代码+报告
- opencv学习手势轮廓识别源代码
- OpenCV2 计算机视觉编程手册 配套源代
- 小型发动机ECU源代码
- 实现arp欺骗的源代码以及详细解释
- 朴素贝叶斯邮件分类器(包括源代码
- STM32实现GPRS与服务器数据传输 相关源
- CUDA by Example英文原书+自带源代码
- 一个指示网络扫描的源代码
- 智能家居系统 源代码 arm9 2440 (服务
- 拼图游戏c源代码附程序.zip
- 山东大学计算机组成原理课程设计源
- 源代码.rar100795
- 基于FPGA的出租车计价器设计verilog源代
- 遗传算法各类版本的遗传算法源代码
- 推箱子游戏源代码,完整的一个工程
- ESC32原理图和源代码
- HiJson最新版本v2.3.1( HiJson更名为CyJ
- 图书馆管系统 数据库课程设计含源代
评论
共有 条评论