• 大小: 3.70M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-04-27
  • 语言: C#
  • 标签: JSON解析  C#  

资源简介


资源截图

代码片段和文件信息

#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\ConvertingJSONandxml.aml
     文件        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\PreserveobjectReferences.aml
     文件        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个文件信息

评论

共有 条评论