Update packages

This commit is contained in:
JustArchi
2015-12-28 11:35:14 +01:00
parent d38fde0359
commit 40b1e8f4c2
25 changed files with 11154 additions and 11356 deletions

View File

@@ -66,7 +66,7 @@
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.1-beta3\lib\net45\Newtonsoft.Json.dll</HintPath> <HintPath>..\packages\Newtonsoft.Json.8.0.1-beta4\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL"> <Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" /> <package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" />
<package id="Newtonsoft.Json" version="8.0.1-beta3" targetFramework="net45" /> <package id="Newtonsoft.Json" version="8.0.1-beta4" targetFramework="net452" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" /> <package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="SteamKit2" version="1.7.0" targetFramework="net452" /> <package id="SteamKit2" version="1.7.0" targetFramework="net452" />
</packages> </packages>

View File

@@ -31,7 +31,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.1-beta3\lib\net45\Newtonsoft.Json.dll</HintPath> <HintPath>..\packages\Newtonsoft.Json.8.0.1-beta4\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Newtonsoft.Json" version="8.0.1-beta3" targetFramework="net452" /> <package id="Newtonsoft.Json" version="8.0.1-beta4" targetFramework="net452" />
</packages> </packages>

View File

@@ -76,38 +76,6 @@
<param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
<param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
</summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.Read"> <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -926,24 +894,24 @@
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1"> <member name="T:Newtonsoft.Json.IArrayPool`1">
<summary> <summary>
Provides an interface for using pooled buffers. Provides an interface for using pooled arrays.
</summary> </summary>
<typeparam name="T">The buffer type content.</typeparam> <typeparam name="T">The array type content.</typeparam>
</member> </member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)"> <member name="M:Newtonsoft.Json.IArrayPool`1.Rent(System.Int32)">
<summary> <summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed. Rent a array from the pool. This array must be returned when it is no longer needed.
</summary> </summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param> <param name="minimumLength">The minimum required length of the array. The returned array may be longer.</param>
<returns>The rented buffer from the pool.</returns> <returns>The rented array from the pool. This array must be returned when it is no longer needed.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)"> <member name="M:Newtonsoft.Json.IArrayPool`1.Return(`0[])">
<summary> <summary>
Return a buffer to the pool. Return an array to the pool.
</summary> </summary>
<param name="buffer">The buffer that is being returned.</param> <param name="array">The array that is being returned.</param>
</member> </member>
<member name="T:Newtonsoft.Json.JsonConstructorAttribute"> <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
<summary> <summary>
@@ -2177,38 +2145,6 @@
</summary> </summary>
<param name="token">The token to read from.</param> <param name="token">The token to read from.</param>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
</summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.Read"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -4489,9 +4425,9 @@
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order"> <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
<summary> <summary>
Gets or sets the order of serialization and deserialization of a member. Gets or sets the order of serialization of a member.
</summary> </summary>
<value>The numeric order of serialization or deserialization.</value> <value>The numeric order of serialization.</value>
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName"> <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
<summary> <summary>
@@ -4806,6 +4742,11 @@
Gets or sets the extension data getter. Gets or sets the extension data getter.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataValueType">
<summary>
Gets or sets the extension data value type.
</summary>
</member>
<member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)"> <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
<summary> <summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class. Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
@@ -6418,7 +6359,7 @@
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters"> <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
<summary> <summary>
Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization. Gets or sets a <see cref="T:Newtonsoft.Json.JsonConverter"/> collection that will be used during serialization.
</summary> </summary>
<value>The converters.</value> <value>The converters.</value>
</member> </member>
@@ -6432,6 +6373,11 @@
<summary> <summary>
Gets or sets how type name writing and reading is handled by the serializer. Gets or sets how type name writing and reading is handled by the serializer.
</summary> </summary>
<remarks>
<see cref="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
<value>The type name handling.</value> <value>The type name handling.</value>
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling"> <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
@@ -6655,6 +6601,12 @@
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>.</returns> <returns>A <see cref="T:System.Nullable`1"/>.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString"> <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>. Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
@@ -6730,7 +6682,7 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool"> <member name="P:Newtonsoft.Json.JsonTextReader.ArrayPool">
<summary> <summary>
Gets or sets the reader's character buffer pool. Gets or sets the reader's character buffer pool.
</summary> </summary>
@@ -6743,21 +6695,13 @@
true if the next token was read successfully; false if there are no more tokens to read. true if the next token was read successfully; false if there are no more tokens to read.
</returns> </returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
@@ -6769,7 +6713,19 @@
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDouble">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
@@ -6864,9 +6820,9 @@
</member> </member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order"> <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
<summary> <summary>
Gets or sets the order of serialization and deserialization of a member. Gets or sets the order of serialization of a member.
</summary> </summary>
<value>The numeric order of serialization or deserialization.</value> <value>The numeric order of serialization.</value>
</member> </member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required"> <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
<summary> <summary>
@@ -6921,9 +6877,9 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool"> <member name="P:Newtonsoft.Json.JsonTextWriter.ArrayPool">
<summary> <summary>
Gets or sets the writer's character buffer pool. Gets or sets the writer's character array pool.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
@@ -7515,6 +7471,12 @@
</summary> </summary>
<returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal"> <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
@@ -8121,6 +8083,11 @@
<summary> <summary>
Gets or sets how type name writing and reading is handled by the serializer. Gets or sets how type name writing and reading is handled by the serializer.
</summary> </summary>
<remarks>
<see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat"> <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
<summary> <summary>
@@ -9036,6 +9003,11 @@
<summary> <summary>
Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
</summary> </summary>
<remarks>
<see cref="T:Newtonsoft.Json.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
</member> </member>
<member name="F:Newtonsoft.Json.TypeNameHandling.None"> <member name="F:Newtonsoft.Json.TypeNameHandling.None">
<summary> <summary>
@@ -9590,6 +9562,12 @@
</summary> </summary>
<param name="ws">The string of white space characters.</param> <param name="ws">The string of white space characters.</param>
</member> </member>
<member name="M:Newtonsoft.Json.JsonWriter.Dispose(System.Boolean)">
<summary>
Releases unmanaged and - optionally - managed resources
</summary>
<param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
</member>
<member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)"> <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
<summary> <summary>
Sets the state of the JsonWriter, Sets the state of the JsonWriter,

View File

@@ -59,46 +59,6 @@
<param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
<param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
</summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>
A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.Read"> <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -977,24 +937,24 @@
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1"> <member name="T:Newtonsoft.Json.IArrayPool`1">
<summary> <summary>
Provides an interface for using pooled buffers. Provides an interface for using pooled arrays.
</summary> </summary>
<typeparam name="T">The buffer type content.</typeparam> <typeparam name="T">The array type content.</typeparam>
</member> </member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)"> <member name="M:Newtonsoft.Json.IArrayPool`1.Rent(System.Int32)">
<summary> <summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed. Rent a array from the pool. This array must be returned when it is no longer needed.
</summary> </summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param> <param name="minimumLength">The minimum required length of the array. The returned array may be longer.</param>
<returns>The rented buffer from the pool.</returns> <returns>The rented array from the pool. This array must be returned when it is no longer needed.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)"> <member name="M:Newtonsoft.Json.IArrayPool`1.Return(`0[])">
<summary> <summary>
Return a buffer to the pool. Return an array to the pool.
</summary> </summary>
<param name="buffer">The buffer that is being returned.</param> <param name="array">The array that is being returned.</param>
</member> </member>
<member name="T:Newtonsoft.Json.JsonConstructorAttribute"> <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
<summary> <summary>
@@ -2239,44 +2199,6 @@
</summary> </summary>
<param name="token">The token to read from.</param> <param name="token">The token to read from.</param>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
</summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.Read"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -4597,9 +4519,9 @@
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order"> <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
<summary> <summary>
Gets or sets the order of serialization and deserialization of a member. Gets or sets the order of serialization of a member.
</summary> </summary>
<value>The numeric order of serialization or deserialization.</value> <value>The numeric order of serialization.</value>
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName"> <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
<summary> <summary>
@@ -4914,6 +4836,11 @@
Gets or sets the extension data getter. Gets or sets the extension data getter.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataValueType">
<summary>
Gets or sets the extension data value type.
</summary>
</member>
<member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)"> <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
<summary> <summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class. Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
@@ -5468,7 +5395,7 @@
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters"> <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
<summary> <summary>
Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization. Gets or sets a <see cref="T:Newtonsoft.Json.JsonConverter"/> collection that will be used during serialization.
</summary> </summary>
<value>The converters.</value> <value>The converters.</value>
</member> </member>
@@ -5482,6 +5409,11 @@
<summary> <summary>
Gets or sets how type name writing and reading is handled by the serializer. Gets or sets how type name writing and reading is handled by the serializer.
</summary> </summary>
<remarks>
<see cref="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
<value>The type name handling.</value> <value>The type name handling.</value>
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling"> <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
@@ -5705,6 +5637,12 @@
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>.</returns> <returns>A <see cref="T:System.Nullable`1"/>.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString"> <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>. Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
@@ -5786,7 +5724,7 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool"> <member name="P:Newtonsoft.Json.JsonTextReader.ArrayPool">
<summary> <summary>
Gets or sets the reader's character buffer pool. Gets or sets the reader's character buffer pool.
</summary> </summary>
@@ -5799,21 +5737,13 @@
true if the next token was read successfully; false if there are no more tokens to read. true if the next token was read successfully; false if there are no more tokens to read.
</returns> </returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
@@ -5825,17 +5755,29 @@
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.Close"> <member name="M:Newtonsoft.Json.JsonTextReader.Close">
<summary> <summary>
@@ -5926,9 +5868,9 @@
</member> </member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order"> <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
<summary> <summary>
Gets or sets the order of serialization and deserialization of a member. Gets or sets the order of serialization of a member.
</summary> </summary>
<value>The numeric order of serialization or deserialization.</value> <value>The numeric order of serialization.</value>
</member> </member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required"> <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
<summary> <summary>
@@ -5983,9 +5925,9 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool"> <member name="P:Newtonsoft.Json.JsonTextWriter.ArrayPool">
<summary> <summary>
Gets or sets the writer's character buffer pool. Gets or sets the writer's character array pool.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
@@ -6583,6 +6525,12 @@
</summary> </summary>
<returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal"> <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
@@ -7262,6 +7210,11 @@
<summary> <summary>
Gets or sets how type name writing and reading is handled by the serializer. Gets or sets how type name writing and reading is handled by the serializer.
</summary> </summary>
<remarks>
<see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat"> <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
<summary> <summary>
@@ -8177,6 +8130,11 @@
<summary> <summary>
Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
</summary> </summary>
<remarks>
<see cref="T:Newtonsoft.Json.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
</member> </member>
<member name="F:Newtonsoft.Json.TypeNameHandling.None"> <member name="F:Newtonsoft.Json.TypeNameHandling.None">
<summary> <summary>
@@ -8743,6 +8701,12 @@
</summary> </summary>
<param name="ws">The string of white space characters.</param> <param name="ws">The string of white space characters.</param>
</member> </member>
<member name="M:Newtonsoft.Json.JsonWriter.Dispose(System.Boolean)">
<summary>
Releases unmanaged and - optionally - managed resources
</summary>
<param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
</member>
<member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)"> <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
<summary> <summary>
Sets the state of the JsonWriter, Sets the state of the JsonWriter,

View File

@@ -76,46 +76,6 @@
<param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
<param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
</summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>
A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.Read"> <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -857,24 +817,24 @@
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1"> <member name="T:Newtonsoft.Json.IArrayPool`1">
<summary> <summary>
Provides an interface for using pooled buffers. Provides an interface for using pooled arrays.
</summary> </summary>
<typeparam name="T">The buffer type content.</typeparam> <typeparam name="T">The array type content.</typeparam>
</member> </member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)"> <member name="M:Newtonsoft.Json.IArrayPool`1.Rent(System.Int32)">
<summary> <summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed. Rent a array from the pool. This array must be returned when it is no longer needed.
</summary> </summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param> <param name="minimumLength">The minimum required length of the array. The returned array may be longer.</param>
<returns>The rented buffer from the pool.</returns> <returns>The rented array from the pool. This array must be returned when it is no longer needed.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)"> <member name="M:Newtonsoft.Json.IArrayPool`1.Return(`0[])">
<summary> <summary>
Return a buffer to the pool. Return an array to the pool.
</summary> </summary>
<param name="buffer">The buffer that is being returned.</param> <param name="array">The array that is being returned.</param>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonLineInfo"> <member name="T:Newtonsoft.Json.IJsonLineInfo">
<summary> <summary>
@@ -1719,9 +1679,9 @@
</member> </member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order"> <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
<summary> <summary>
Gets or sets the order of serialization and deserialization of a member. Gets or sets the order of serialization of a member.
</summary> </summary>
<value>The numeric order of serialization or deserialization.</value> <value>The numeric order of serialization.</value>
</member> </member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required"> <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
<summary> <summary>
@@ -1956,6 +1916,12 @@
</summary> </summary>
<returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal"> <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
@@ -2123,6 +2089,11 @@
<summary> <summary>
Gets or sets how type name writing and reading is handled by the serializer. Gets or sets how type name writing and reading is handled by the serializer.
</summary> </summary>
<remarks>
<see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat"> <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
<summary> <summary>
@@ -2433,7 +2404,7 @@
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters"> <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
<summary> <summary>
Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization. Gets or sets a <see cref="T:Newtonsoft.Json.JsonConverter"/> collection that will be used during serialization.
</summary> </summary>
<value>The converters.</value> <value>The converters.</value>
</member> </member>
@@ -2447,6 +2418,11 @@
<summary> <summary>
Gets or sets how type name writing and reading is handled by the serializer. Gets or sets how type name writing and reading is handled by the serializer.
</summary> </summary>
<remarks>
<see cref="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
<value>The type name handling.</value> <value>The type name handling.</value>
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling"> <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
@@ -2592,7 +2568,7 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool"> <member name="P:Newtonsoft.Json.JsonTextReader.ArrayPool">
<summary> <summary>
Gets or sets the reader's character buffer pool. Gets or sets the reader's character buffer pool.
</summary> </summary>
@@ -2605,21 +2581,13 @@
true if the next token was read successfully; false if there are no more tokens to read. true if the next token was read successfully; false if there are no more tokens to read.
</returns> </returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
@@ -2631,17 +2599,29 @@
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.Close"> <member name="M:Newtonsoft.Json.JsonTextReader.Close">
<summary> <summary>
@@ -2677,9 +2657,9 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool"> <member name="P:Newtonsoft.Json.JsonTextWriter.ArrayPool">
<summary> <summary>
Gets or sets the writer's character buffer pool. Gets or sets the writer's character array pool.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
@@ -3119,6 +3099,12 @@
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>.</returns> <returns>A <see cref="T:System.Nullable`1"/>.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString"> <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>. Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
@@ -3590,6 +3576,12 @@
</summary> </summary>
<param name="ws">The string of white space characters.</param> <param name="ws">The string of white space characters.</param>
</member> </member>
<member name="M:Newtonsoft.Json.JsonWriter.Dispose(System.Boolean)">
<summary>
Releases unmanaged and - optionally - managed resources
</summary>
<param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
</member>
<member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)"> <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
<summary> <summary>
Sets the state of the JsonWriter, Sets the state of the JsonWriter,
@@ -5504,44 +5496,6 @@
</summary> </summary>
<param name="token">The token to read from.</param> <param name="token">The token to read from.</param>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
</summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.Read"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -7619,6 +7573,11 @@
Gets or sets the extension data getter. Gets or sets the extension data getter.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataValueType">
<summary>
Gets or sets the extension data value type.
</summary>
</member>
<member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)"> <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
<summary> <summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class. Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
@@ -7655,9 +7614,9 @@
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order"> <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
<summary> <summary>
Gets or sets the order of serialization and deserialization of a member. Gets or sets the order of serialization of a member.
</summary> </summary>
<value>The numeric order of serialization or deserialization.</value> <value>The numeric order of serialization.</value>
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName"> <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
<summary> <summary>
@@ -8052,6 +8011,11 @@
<summary> <summary>
Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
</summary> </summary>
<remarks>
<see cref="T:Newtonsoft.Json.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
</member> </member>
<member name="F:Newtonsoft.Json.TypeNameHandling.None"> <member name="F:Newtonsoft.Json.TypeNameHandling.None">
<summary> <summary>

View File

@@ -76,46 +76,6 @@
<param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
<param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
</summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>
A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.Read"> <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -956,24 +916,24 @@
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1"> <member name="T:Newtonsoft.Json.IArrayPool`1">
<summary> <summary>
Provides an interface for using pooled buffers. Provides an interface for using pooled arrays.
</summary> </summary>
<typeparam name="T">The buffer type content.</typeparam> <typeparam name="T">The array type content.</typeparam>
</member> </member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)"> <member name="M:Newtonsoft.Json.IArrayPool`1.Rent(System.Int32)">
<summary> <summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed. Rent a array from the pool. This array must be returned when it is no longer needed.
</summary> </summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param> <param name="minimumLength">The minimum required length of the array. The returned array may be longer.</param>
<returns>The rented buffer from the pool.</returns> <returns>The rented array from the pool. This array must be returned when it is no longer needed.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)"> <member name="M:Newtonsoft.Json.IArrayPool`1.Return(`0[])">
<summary> <summary>
Return a buffer to the pool. Return an array to the pool.
</summary> </summary>
<param name="buffer">The buffer that is being returned.</param> <param name="array">The array that is being returned.</param>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonLineInfo"> <member name="T:Newtonsoft.Json.IJsonLineInfo">
<summary> <summary>
@@ -1969,9 +1929,9 @@
</member> </member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order"> <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
<summary> <summary>
Gets or sets the order of serialization and deserialization of a member. Gets or sets the order of serialization of a member.
</summary> </summary>
<value>The numeric order of serialization or deserialization.</value> <value>The numeric order of serialization.</value>
</member> </member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required"> <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
<summary> <summary>
@@ -2206,6 +2166,12 @@
</summary> </summary>
<returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal"> <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
@@ -2373,6 +2339,11 @@
<summary> <summary>
Gets or sets how type name writing and reading is handled by the serializer. Gets or sets how type name writing and reading is handled by the serializer.
</summary> </summary>
<remarks>
<see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat"> <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
<summary> <summary>
@@ -2683,7 +2654,7 @@
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters"> <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
<summary> <summary>
Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization. Gets or sets a <see cref="T:Newtonsoft.Json.JsonConverter"/> collection that will be used during serialization.
</summary> </summary>
<value>The converters.</value> <value>The converters.</value>
</member> </member>
@@ -2697,6 +2668,11 @@
<summary> <summary>
Gets or sets how type name writing and reading is handled by the serializer. Gets or sets how type name writing and reading is handled by the serializer.
</summary> </summary>
<remarks>
<see cref="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
<value>The type name handling.</value> <value>The type name handling.</value>
</member> </member>
<member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling"> <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
@@ -2842,7 +2818,7 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool"> <member name="P:Newtonsoft.Json.JsonTextReader.ArrayPool">
<summary> <summary>
Gets or sets the reader's character buffer pool. Gets or sets the reader's character buffer pool.
</summary> </summary>
@@ -2855,21 +2831,13 @@
true if the next token was read successfully; false if there are no more tokens to read. true if the next token was read successfully; false if there are no more tokens to read.
</returns> </returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
@@ -2881,17 +2849,29 @@
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.Close"> <member name="M:Newtonsoft.Json.JsonTextReader.Close">
<summary> <summary>
@@ -2927,9 +2907,9 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool"> <member name="P:Newtonsoft.Json.JsonTextWriter.ArrayPool">
<summary> <summary>
Gets or sets the writer's character buffer pool. Gets or sets the writer's character array pool.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
@@ -3369,6 +3349,12 @@
</summary> </summary>
<returns>A <see cref="T:System.Nullable`1"/>.</returns> <returns>A <see cref="T:System.Nullable`1"/>.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDouble">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString"> <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>. Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
@@ -3840,6 +3826,12 @@
</summary> </summary>
<param name="ws">The string of white space characters.</param> <param name="ws">The string of white space characters.</param>
</member> </member>
<member name="M:Newtonsoft.Json.JsonWriter.Dispose(System.Boolean)">
<summary>
Releases unmanaged and - optionally - managed resources
</summary>
<param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
</member>
<member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)"> <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
<summary> <summary>
Sets the state of the JsonWriter, Sets the state of the JsonWriter,
@@ -5792,44 +5784,6 @@
</summary> </summary>
<param name="token">The token to read from.</param> <param name="token">The token to read from.</param>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
</summary>
<returns>
A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
</summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
<summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary>
<returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.Read"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -7940,6 +7894,11 @@
Gets or sets the extension data getter. Gets or sets the extension data getter.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataValueType">
<summary>
Gets or sets the extension data value type.
</summary>
</member>
<member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)"> <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
<summary> <summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class. Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
@@ -7976,9 +7935,9 @@
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order"> <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
<summary> <summary>
Gets or sets the order of serialization and deserialization of a member. Gets or sets the order of serialization of a member.
</summary> </summary>
<value>The numeric order of serialization or deserialization.</value> <value>The numeric order of serialization.</value>
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName"> <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
<summary> <summary>
@@ -8373,6 +8332,11 @@
<summary> <summary>
Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
</summary> </summary>
<remarks>
<see cref="T:Newtonsoft.Json.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
when deserializing with a value other than <c>TypeNameHandling.None</c>.
</remarks>
</member> </member>
<member name="F:Newtonsoft.Json.TypeNameHandling.None"> <member name="F:Newtonsoft.Json.TypeNameHandling.None">
<summary> <summary>