• 大小: 4.78MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-17
  • 语言: 其他
  • 标签: Json.net  源代码  json  

资源简介

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.xml
     目录           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.xml
     文件      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.xml
     目录           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.xml
     文件         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.xml
     文件      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个文件信息

评论

共有 条评论