diff --git a/NzbDrone.Common/NzbDrone.Common.csproj b/NzbDrone.Common/NzbDrone.Common.csproj index 334d12ba6..8861216d0 100644 --- a/NzbDrone.Common/NzbDrone.Common.csproj +++ b/NzbDrone.Common/NzbDrone.Common.csproj @@ -36,9 +36,12 @@ ..\Libraries\Exceptioneer.WindowsFormsClient.dll - + + ..\packages\Exceptrack.Driver.0.1.0.2\lib\net20\Exceptrack.Driver.dll + + False - ..\packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.4.5.3\lib\net40\Newtonsoft.Json.dll ..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll diff --git a/NzbDrone.Common/packages.config b/NzbDrone.Common/packages.config index ba3ae7772..7701910d4 100644 --- a/NzbDrone.Common/packages.config +++ b/NzbDrone.Common/packages.config @@ -1,5 +1,6 @@  - + + \ No newline at end of file diff --git a/NzbDrone.Core.Test/NzbDrone.Core.Test.csproj b/NzbDrone.Core.Test/NzbDrone.Core.Test.csproj index c45e33c21..eb5cc93dd 100644 --- a/NzbDrone.Core.Test/NzbDrone.Core.Test.csproj +++ b/NzbDrone.Core.Test/NzbDrone.Core.Test.csproj @@ -58,9 +58,9 @@ ..\packages\Moq.4.0.10827\lib\NET40\Moq.dll - + False - ..\packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.4.5.3\lib\net40\Newtonsoft.Json.dll ..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll diff --git a/NzbDrone.Core.Test/packages.config b/NzbDrone.Core.Test/packages.config index 0b5e746ba..243a065e5 100644 --- a/NzbDrone.Core.Test/packages.config +++ b/NzbDrone.Core.Test/packages.config @@ -7,7 +7,7 @@ - + diff --git a/NzbDrone.Core/NzbDrone.Core.csproj b/NzbDrone.Core/NzbDrone.Core.csproj index 3932bdaf1..a4d858652 100644 --- a/NzbDrone.Core/NzbDrone.Core.csproj +++ b/NzbDrone.Core/NzbDrone.Core.csproj @@ -158,9 +158,9 @@ False ..\packages\MiniProfiler.1.9\lib\net40\MvcMiniProfiler.dll - + False - ..\packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.4.5.3\lib\net40\Newtonsoft.Json.dll ..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll diff --git a/NzbDrone.Core/packages.config b/NzbDrone.Core/packages.config index bfcb3844f..d9651c9ed 100644 --- a/NzbDrone.Core/packages.config +++ b/NzbDrone.Core/packages.config @@ -6,7 +6,7 @@ - + diff --git a/NzbDrone.Services/NzbDrone.Services.Service/NzbDrone.Services.Service.csproj b/NzbDrone.Services/NzbDrone.Services.Service/NzbDrone.Services.Service.csproj index 3dbac8649..bad25e137 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/NzbDrone.Services.Service.csproj +++ b/NzbDrone.Services/NzbDrone.Services.Service/NzbDrone.Services.Service.csproj @@ -61,8 +61,9 @@ False ..\..\Libraries\Migrator.NET\Migrator.Providers.dll - - ..\..\packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll + + False + ..\..\packages\Newtonsoft.Json.4.5.3\lib\net40\Newtonsoft.Json.dll ..\..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll diff --git a/NzbDrone.Services/NzbDrone.Services.Service/Web.config b/NzbDrone.Services/NzbDrone.Services.Service/Web.config index 231adb09a..324f7454a 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/Web.config +++ b/NzbDrone.Services/NzbDrone.Services.Service/Web.config @@ -16,7 +16,7 @@ - + diff --git a/NzbDrone.Services/NzbDrone.Services.Service/packages.config b/NzbDrone.Services/NzbDrone.Services.Service/packages.config index 8c2b16215..71bfc9127 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/packages.config +++ b/NzbDrone.Services/NzbDrone.Services.Service/packages.config @@ -8,7 +8,7 @@ - + diff --git a/NzbDrone.Web.UI.Test/NzbDrone.Web.UI.Automation.csproj b/NzbDrone.Web.UI.Test/NzbDrone.Web.UI.Automation.csproj index 77b841cc0..b6eb00ba2 100644 --- a/NzbDrone.Web.UI.Test/NzbDrone.Web.UI.Automation.csproj +++ b/NzbDrone.Web.UI.Test/NzbDrone.Web.UI.Automation.csproj @@ -39,8 +39,9 @@ ..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll - - ..\packages\Newtonsoft.Json.4.0.6\lib\net40\Newtonsoft.Json.dll + + False + ..\packages\Newtonsoft.Json.4.5.1\lib\net40\Newtonsoft.Json.dll ..\packages\NUnit.2.6.0.12054\lib\nunit.framework.dll @@ -53,8 +54,9 @@ - - ..\packages\Selenium.WebDriver.2.19.0\lib\net40\WebDriver.dll + + False + ..\packages\Selenium.WebDriver.2.21.0\lib\net40\WebDriver.dll diff --git a/NzbDrone.Web.UI.Test/packages.config b/NzbDrone.Web.UI.Test/packages.config index 1ec8de2c7..1f33a521d 100644 --- a/NzbDrone.Web.UI.Test/packages.config +++ b/NzbDrone.Web.UI.Test/packages.config @@ -2,7 +2,7 @@ - + - + \ No newline at end of file diff --git a/NzbDrone.Web/NzbDrone.Web.csproj b/NzbDrone.Web/NzbDrone.Web.csproj index 1d77ee308..e34f22940 100644 --- a/NzbDrone.Web/NzbDrone.Web.csproj +++ b/NzbDrone.Web/NzbDrone.Web.csproj @@ -68,8 +68,9 @@ ..\packages\MiniProfiler.1.9\lib\net40\MvcMiniProfiler.dll - - ..\packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll + + False + ..\packages\Newtonsoft.Json.4.5.3\lib\net40\Newtonsoft.Json.dll ..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll diff --git a/NzbDrone.Web/Web.config b/NzbDrone.Web/Web.config index bb088106a..8b79e67a7 100644 --- a/NzbDrone.Web/Web.config +++ b/NzbDrone.Web/Web.config @@ -51,7 +51,7 @@ - + diff --git a/NzbDrone.Web/packages.config b/NzbDrone.Web/packages.config index 1427f9d68..67cad6c8d 100644 --- a/NzbDrone.Web/packages.config +++ b/NzbDrone.Web/packages.config @@ -17,7 +17,7 @@ - + diff --git a/packages/Exceptrack.Driver.0.1.0.2/Exceptrack.Driver.0.1.0.2.nupkg b/packages/Exceptrack.Driver.0.1.0.2/Exceptrack.Driver.0.1.0.2.nupkg new file mode 100644 index 000000000..6cf77e538 Binary files /dev/null and b/packages/Exceptrack.Driver.0.1.0.2/Exceptrack.Driver.0.1.0.2.nupkg differ diff --git a/packages/Exceptrack.Driver.0.1.0.2/lib/net20/Exceptrack.Driver.dll b/packages/Exceptrack.Driver.0.1.0.2/lib/net20/Exceptrack.Driver.dll new file mode 100644 index 000000000..78d168397 Binary files /dev/null and b/packages/Exceptrack.Driver.0.1.0.2/lib/net20/Exceptrack.Driver.dll differ diff --git a/packages/Newtonsoft.Json.4.0.6/Newtonsoft.Json.4.0.6.nupkg b/packages/Newtonsoft.Json.4.0.6/Newtonsoft.Json.4.0.6.nupkg deleted file mode 100644 index d720383d2..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/Newtonsoft.Json.4.0.6.nupkg and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/net20/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.6/lib/net20/Newtonsoft.Json.dll deleted file mode 100644 index ebad90a9d..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/net20/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/net20/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.6/lib/net20/Newtonsoft.Json.pdb deleted file mode 100644 index 58b27688d..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/net20/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/net35/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.6/lib/net35/Newtonsoft.Json.dll deleted file mode 100644 index e2bae7a91..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/net35/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/net35/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.6/lib/net35/Newtonsoft.Json.pdb deleted file mode 100644 index a7d0de49c..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/net35/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/net40/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.6/lib/net40/Newtonsoft.Json.dll deleted file mode 100644 index 7fe2c7475..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/net40/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/net40/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.6/lib/net40/Newtonsoft.Json.pdb deleted file mode 100644 index 941dc6d05..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/net40/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/sl3-wp/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.6/lib/sl3-wp/Newtonsoft.Json.dll deleted file mode 100644 index c8b890c0b..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/sl3-wp/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/sl3-wp/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.6/lib/sl3-wp/Newtonsoft.Json.pdb deleted file mode 100644 index c05a04cbc..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/sl3-wp/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/sl4-windowsphone71/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.6/lib/sl4-windowsphone71/Newtonsoft.Json.dll deleted file mode 100644 index c8b890c0b..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/sl4-windowsphone71/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/sl4-windowsphone71/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.6/lib/sl4-windowsphone71/Newtonsoft.Json.pdb deleted file mode 100644 index c05a04cbc..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/sl4-windowsphone71/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/sl4/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.6/lib/sl4/Newtonsoft.Json.dll deleted file mode 100644 index c2aff5df3..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/sl4/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/sl4/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.6/lib/sl4/Newtonsoft.Json.pdb deleted file mode 100644 index 91da0e146..000000000 Binary files a/packages/Newtonsoft.Json.4.0.6/lib/sl4/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/Newtonsoft.Json.4.0.8.nupkg b/packages/Newtonsoft.Json.4.0.8/Newtonsoft.Json.4.0.8.nupkg deleted file mode 100644 index 883e9ce44..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/Newtonsoft.Json.4.0.8.nupkg and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/net20/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.8/lib/net20/Newtonsoft.Json.dll deleted file mode 100644 index 9c25fb9ab..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/net20/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/net20/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.8/lib/net20/Newtonsoft.Json.pdb deleted file mode 100644 index d6685231a..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/net20/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/net35/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.8/lib/net35/Newtonsoft.Json.dll deleted file mode 100644 index 0b6788211..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/net35/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/net35/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.8/lib/net35/Newtonsoft.Json.pdb deleted file mode 100644 index 6f975f3ad..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/net35/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/net40/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.8/lib/net40/Newtonsoft.Json.dll deleted file mode 100644 index 09560c1b3..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/net40/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/net40/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.8/lib/net40/Newtonsoft.Json.pdb deleted file mode 100644 index f6a202c21..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/net40/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.dll deleted file mode 100644 index e8be0b5cd..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.pdb deleted file mode 100644 index f915cd296..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/sl4-windowsphone71/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.8/lib/sl4-windowsphone71/Newtonsoft.Json.dll deleted file mode 100644 index e8be0b5cd..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/sl4-windowsphone71/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/sl4-windowsphone71/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.8/lib/sl4-windowsphone71/Newtonsoft.Json.pdb deleted file mode 100644 index f915cd296..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/sl4-windowsphone71/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/sl4/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.0.8/lib/sl4/Newtonsoft.Json.dll deleted file mode 100644 index 8795484e1..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/sl4/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/sl4/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.0.8/lib/sl4/Newtonsoft.Json.pdb deleted file mode 100644 index 68618b267..000000000 Binary files a/packages/Newtonsoft.Json.4.0.8/lib/sl4/Newtonsoft.Json.pdb and /dev/null differ diff --git a/packages/Newtonsoft.Json.4.5.1/Newtonsoft.Json.4.5.1.nupkg b/packages/Newtonsoft.Json.4.5.1/Newtonsoft.Json.4.5.1.nupkg new file mode 100644 index 000000000..2b67b9cbe Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/Newtonsoft.Json.4.5.1.nupkg differ diff --git a/packages/Newtonsoft.Json.4.5.1/lib/net20/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.1/lib/net20/Newtonsoft.Json.dll new file mode 100644 index 000000000..406f6475e Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/net20/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.1/lib/net20/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.1/lib/net20/Newtonsoft.Json.pdb new file mode 100644 index 000000000..60fc46f19 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/net20/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/net20/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.1/lib/net20/Newtonsoft.Json.xml similarity index 89% rename from packages/Newtonsoft.Json.4.0.8/lib/net20/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.1/lib/net20/Newtonsoft.Json.xml index b2267e11e..6973b1506 100644 --- a/packages/Newtonsoft.Json.4.0.8/lib/net20/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.1/lib/net20/Newtonsoft.Json.xml @@ -46,19 +46,31 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. @@ -120,19 +132,24 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -141,6 +158,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets or sets the culture used when reading JSON. Defaults to . @@ -249,20 +271,32 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. @@ -665,9 +699,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -889,12 +938,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1281,80 +1330,136 @@ true if this instance can convert the specified object type; otherwise, false. + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + Instructs the to use the specified constructor when deserializing that object. - + Provides a set of static (Shared in Visual Basic) methods for querying objects that implement . - + Returns the input typed as . - + Returns an empty that has the specified type argument. - + Converts the elements of an to the specified type. - + Filters the elements of an based on a specified type. - + Generates a sequence of integral numbers within a specified range. The value of the first integer in the sequence. The number of sequential integers to generate. - + Generates a sequence that contains one repeated value. - + Filters a sequence of values based on a predicate. - + Filters a sequence of values based on a predicate. Each element's index is used in the logic of the predicate function. - + Projects each element of a sequence into a new form. - + Projects each element of a sequence into a new form by incorporating the element's index. - + Projects each element of a sequence to an and flattens the resulting sequences into one sequence. - + Projects each element of a sequence to an , and flattens the resulting sequences into one sequence. The @@ -1362,14 +1467,14 @@ that element. - + Projects each element of a sequence to an , flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein. - + Projects each element of a sequence to an , flattens the resulting sequences into one sequence, and invokes @@ -1378,98 +1483,98 @@ of that element. - + Returns elements from a sequence as long as a specified condition is true. - + Returns elements from a sequence as long as a specified condition is true. The element's index is used in the logic of the predicate function. - + Base implementation of First operator. - + Returns the first element of a sequence. - + Returns the first element in a sequence that satisfies a specified condition. - + Returns the first element of a sequence, or a default value if the sequence contains no elements. - + Returns the first element of the sequence that satisfies a condition or a default value if no such element is found. - + Base implementation of Last operator. - + Returns the last element of a sequence. - + Returns the last element of a sequence that satisfies a specified condition. - + Returns the last element of a sequence, or a default value if the sequence contains no elements. - + Returns the last element of a sequence that satisfies a condition or a default value if no such element is found. - + Base implementation of Single operator. - + Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence. - + Returns the only element of a sequence that satisfies a specified condition, and throws an exception if more than one such element exists. - + Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence. - + Returns the only element of a sequence that satisfies a specified condition or a default value if no such element @@ -1477,160 +1582,160 @@ satisfies the condition. - + Returns the element at a specified index in a sequence. - + Returns the element at a specified index in a sequence or a default value if the index is out of range. - + Inverts the order of the elements in a sequence. - + Returns a specified number of contiguous elements from the start of a sequence. - + Bypasses a specified number of elements in a sequence and then returns the remaining elements. - + Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. - + Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. The element's index is used in the logic of the predicate function. - + Returns the number of elements in a sequence. - + Returns a number that represents how many elements in the specified sequence satisfy a condition. - + Returns an that represents the total number of elements in a sequence. - + Returns an that represents how many elements in a sequence satisfy a condition. - + Concatenates two sequences. - + Creates a from an . - + Creates an array from an . - + Returns distinct elements from a sequence by using the default equality comparer to compare values. - + Returns distinct elements from a sequence by using a specified to compare values. - + - Creates a from an + Creates a from an according to a specified key selector function. - + - Creates a from an + Creates a from an according to a specified key selector function and a key comparer. - + - Creates a from an + Creates a from an according to specified key and element selector functions. - + - Creates a from an + Creates a from an according to a specified key selector function, a comparer and an element selector function. - + Groups the elements of a sequence according to a specified key selector function. - + Groups the elements of a sequence according to a specified key selector function and compares the keys by using a specified comparer. - + Groups the elements of a sequence according to a specified key selector function and projects the elements for each group by using a specified function. - + Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. - + Groups the elements of a sequence according to a key selector function. The keys are compared by using a comparer and each group's elements are projected by using a specified function. - + Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and @@ -1638,14 +1743,14 @@ specified function. - + Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. The keys are compared by using a specified comparer. - + Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and @@ -1654,122 +1759,122 @@ specified function. - + Applies an accumulator function over a sequence. - + Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value. - + Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value. - + Produces the set union of two sequences by using the default equality comparer. - + Produces the set union of two sequences by using a specified . - + Returns the elements of the specified sequence or the type parameter's default value in a singleton collection if the sequence is empty. - + Returns the elements of the specified sequence or the specified value in a singleton collection if the sequence is empty. - + Determines whether all elements of a sequence satisfy a condition. - + Determines whether a sequence contains any elements. - + Determines whether any element of a sequence satisfies a condition. - + Determines whether a sequence contains a specified element by using the default equality comparer. - + Determines whether a sequence contains a specified element by using a specified . - + Determines whether two sequences are equal by comparing the elements by using the default equality comparer for their type. - + Determines whether two sequences are equal by comparing their elements by using a specified . - + Base implementation for Min/Max operator. - + Base implementation for Min/Max operator for nullable types. - + Returns the minimum value in a generic sequence. - + Invokes a transform function on each element of a generic sequence and returns the minimum resulting value. - + Returns the maximum value in a generic sequence. - + Invokes a transform function on each element of a generic sequence and returns the maximum resulting value. - + Makes an enumerator seen as enumerable once more. @@ -1780,130 +1885,130 @@ mostly safe among aggregate operations. - + Sorts the elements of a sequence in ascending order according to a key. - + Sorts the elements of a sequence in ascending order by using a specified comparer. - + Sorts the elements of a sequence in descending order according to a key. - + Sorts the elements of a sequence in descending order by using a specified comparer. - + Performs a subsequent ordering of the elements in a sequence in ascending order according to a key. - + Performs a subsequent ordering of the elements in a sequence in ascending order by using a specified comparer. - + Performs a subsequent ordering of the elements in a sequence in descending order, according to a key. - + Performs a subsequent ordering of the elements in a sequence in descending order by using a specified comparer. - + Base implementation for Intersect and Except operators. - + Produces the set intersection of two sequences by using the default equality comparer to compare values. - + Produces the set intersection of two sequences by using the specified to compare values. - + Produces the set difference of two sequences by using the default equality comparer to compare values. - + Produces the set difference of two sequences by using the specified to compare values. - + Creates a from an according to a specified key selector function. - + Creates a from an according to a specified key selector function and key comparer. - + Creates a from an according to specified key selector and element selector functions. - + Creates a from an according to a specified key selector function, a comparer, and an element selector function. - + Correlates the elements of two sequences based on matching keys. The default equality comparer is used to compare keys. - + Correlates the elements of two sequences based on matching keys. The default equality comparer is used to compare keys. A specified is used to compare keys. - + Correlates the elements of two sequences based on equality of keys and groups the results. The default equality comparer is used to compare keys. - + Correlates the elements of two sequences based on equality of keys and groups the results. The default equality comparer is @@ -1911,449 +2016,449 @@ is used to compare keys. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Represents a collection of objects that have a common key. - + - Gets the key of the . + Gets the key of the . - - - This attribute allows us to define extension methods without - requiring .NET Framework 3.5. For more information, see the section, - Extension Methods in .NET Framework 2.0 Apps, - of Basic Instincts: Extension Methods - column in MSDN Magazine, - issue Nov 2007. - - - + Defines an indexer, size property, and Boolean search method for data structures that map keys to sequences of values. - + Represents a sorted sequence. - + Performs a subsequent ordering on the elements of an - according to a key. + according to a key. - + Represents a collection of keys each mapped to one or more values. - + - Determines whether a specified key is in the . + Determines whether a specified key is in the . - + Applies a transform function to each key and its associated values and returns the results. - + - Returns a generic enumerator that iterates through the . + Returns a generic enumerator that iterates through the . - + - Gets the number of key/value collection pairs in the . + Gets the number of key/value collection pairs in the . - + Gets the collection of values indexed by the specified key. - + See issue #11 for why this method is needed and cannot be expressed as a lambda at the call site. - + See issue #11 for why this method is needed and cannot be expressed as a lambda at the call site. + + + This attribute allows us to define extension methods without + requiring .NET Framework 3.5. For more information, see the section, + Extension Methods in .NET Framework 2.0 Apps, + of Basic Instincts: Extension Methods + column in MSDN Magazine, + issue Nov 2007. + + Represents a view of a . @@ -3627,6 +3732,26 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Represents a reader that provides validation. @@ -3659,6 +3784,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream. @@ -3684,6 +3821,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -3836,31 +3978,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts XML to and from JSON. @@ -3922,7 +4039,7 @@ - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -3944,20 +4061,32 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. @@ -4371,6 +4500,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Represents a collection of . @@ -4423,6 +4558,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -4598,6 +4742,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -4965,6 +5120,26 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Contains the LINQ to JSON extension methods. @@ -5731,20 +5906,32 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. @@ -6195,6 +6382,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Resolves from an id. @@ -6245,13 +6438,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. - The JsonSchemaException associated with the validation event. + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -6444,6 +6643,14 @@ true if serialized compiler generated members; otherwise, false. + + + Gets or sets a value indicating whether to ignore the ISerializable interface when serializing and deserializing types. + + + true if the ISerializable interface will be ignored when serializing and deserializing types; otherwise, false. + + Initializes a new instance of the class. @@ -6538,6 +6745,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -6634,7 +6847,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -6650,6 +6863,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -6667,6 +6886,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Contract details for a used by the . @@ -7545,63 +7776,6 @@ Byte data. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. @@ -7718,5 +7892,47 @@ The string. Null if the string was null, otherwise the string unchanged. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.1/lib/net35/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.1/lib/net35/Newtonsoft.Json.dll new file mode 100644 index 000000000..381eed320 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/net35/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.1/lib/net35/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.1/lib/net35/Newtonsoft.Json.pdb new file mode 100644 index 000000000..c995e67f5 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/net35/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/net40/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.1/lib/net35/Newtonsoft.Json.xml similarity index 96% rename from packages/Newtonsoft.Json.4.0.8/lib/net40/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.1/lib/net35/Newtonsoft.Json.xml index fb7e97da1..e10c744b5 100644 --- a/packages/Newtonsoft.Json.4.0.8/lib/net40/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.1/lib/net35/Newtonsoft.Json.xml @@ -29,25 +29,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -109,19 +121,24 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -130,6 +147,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets or sets the culture used when reading JSON. Defaults to . @@ -238,27 +260,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -674,9 +708,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -1154,46 +1203,6 @@ true if this instance can convert the specified object type; otherwise, false. - - - Converts an ExpandoObject to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Gets a value indicating whether this can write JSON. - - - true if this can write JSON; otherwise, false. - - Converts a to and from JSON. @@ -1345,12 +1354,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1385,11 +1394,157 @@ true if this instance can convert the specified object type; otherwise, false. + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + Instructs the to use the specified constructor when deserializing that object. + + + Represents a view of a . + + + + + Initializes a new instance of the class. + + The name. + Type of the property. + + + + When overridden in a derived class, returns whether resetting an object changes its value. + + + true if resetting the component changes its value; otherwise, false. + + The component to test for reset capability. + + + + + When overridden in a derived class, gets the current value of the property on a component. + + + The value of a property for a given component. + + The component with the property for which to retrieve the value. + + + + + When overridden in a derived class, resets the value for this property of the component to the default value. + + The component with the property value that is to be reset to the default value. + + + + + When overridden in a derived class, sets the value of the component to a different value. + + The component with the property value that is to be set. + The new value. + + + + + When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. + + + true if the property should be persisted; otherwise, false. + + The component with the property to be examined for persistence. + + + + + When overridden in a derived class, gets the type of the component this property is bound to. + + + A that represents the type of component this property is bound to. When the or methods are invoked, the object specified might be an instance of this type. + + + + + When overridden in a derived class, gets a value indicating whether this property is read-only. + + + true if the property is read-only; otherwise, false. + + + + + When overridden in a derived class, gets the type of the property. + + + A that represents the type of the property. + + + + + Gets the hash code for the name of the member. + + + + The hash code for the name of the member. + + Represents a raw JSON string. @@ -1994,24 +2149,6 @@ A flag to indicate whether an error should be thrown if no token is found. The that matches the object path. - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - Creates a new instance of the . All child tokens are recursively cloned. @@ -2232,15 +2369,6 @@ A that represents this instance. - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. @@ -2320,7 +2448,7 @@ The property must be defined in JSON and cannot be a null value. - + Contract details for a used by the . @@ -2386,7 +2514,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -2396,29 +2524,6 @@ The method called when an error is thrown during the serialization of the object. - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Gets the object's properties. - - The object's properties. - - - - Gets or sets the property name resolver. - - The property name resolver. - - - - Contract details for a used by the . - - Initializes a new instance of the class. @@ -2518,98 +2623,8 @@ Gets the error context. - - The error context. - - - - Represents a view of a . - - - - - Initializes a new instance of the class. - - The name. - Type of the property. - - - - When overridden in a derived class, returns whether resetting an object changes its value. - - - true if resetting the component changes its value; otherwise, false. - - The component to test for reset capability. - - - - - When overridden in a derived class, gets the current value of the property on a component. - - - The value of a property for a given component. - - The component with the property for which to retrieve the value. - - - - - When overridden in a derived class, resets the value for this property of the component to the default value. - - The component with the property value that is to be reset to the default value. - - - - - When overridden in a derived class, sets the value of the component to a different value. - - The component with the property value that is to be set. - The new value. - - - - - When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. - - - true if the property should be persisted; otherwise, false. - - The component with the property to be examined for persistence. - - - - - When overridden in a derived class, gets the type of the component this property is bound to. - - - A that represents the type of component this property is bound to. When the or methods are invoked, the object specified might be an instance of this type. - - - - - When overridden in a derived class, gets a value indicating whether this property is read-only. - - - true if the property is read-only; otherwise, false. - - - - - When overridden in a derived class, gets the type of the property. - - - A that represents the type of the property. - - - - - Gets the hash code for the name of the member. - - - - The hash code for the name of the member. - + + The error context. @@ -2919,6 +2934,26 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Represents a reader that provides validation. @@ -2951,6 +2986,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream as a . @@ -2982,6 +3029,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -3134,31 +3186,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts XML to and from JSON. @@ -3220,7 +3247,7 @@ - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -3242,26 +3269,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -3681,6 +3720,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Represents a collection of . @@ -3733,6 +3778,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -3740,6 +3794,14 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -3915,6 +3977,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -4333,6 +4406,26 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Contains the LINQ to JSON extension methods. @@ -4464,12 +4557,6 @@ The instance containing the event data. - - - Raises the event. - - The instance containing the event data. - Returns a collection of the child tokens of this token, in document order. @@ -4532,11 +4619,6 @@ Occurs before an item is added to the collection. - - - Occurs when the items list of the collection has changed, or the collection is reset. - - Gets the container's children tokens. @@ -4923,15 +5005,6 @@ An that represents the owner of the specified property. - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - Gets the container's children tokens. @@ -5130,26 +5203,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -5606,6 +5691,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Resolves from an id. @@ -5656,13 +5747,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. - The JsonSchemaException associated with the validation event. + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -5788,13 +5885,6 @@ Type of the object. A for the given type. - - - Creates a for the given type. - - Type of the object. - A for the given type. - Creates a for the given type. @@ -5862,6 +5952,14 @@ true if serialized compiler generated members; otherwise, false. + + + Gets or sets a value indicating whether to ignore the ISerializable interface when serializing and deserializing types. + + + true if the ISerializable interface will be ignored when serializing and deserializing types; otherwise, false. + + Initializes a new instance of the class. @@ -5889,14 +5987,6 @@ The type of the object the formatter creates a new instance of. - - - When overridden in a derived class, controls the binding of a serialized object to a type. - - The type of the object the formatter creates a new instance of. - Specifies the name of the serialized object. - Specifies the name of the serialized object. - Provides information surrounding an error. @@ -5920,6 +6010,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -5937,6 +6033,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -5954,6 +6056,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Maps a JSON property to a .NET member or constructor parameter. @@ -6575,14 +6689,6 @@ The parametrized constructor. - - - Serializes the dynamic. - - The writer. - The value. - The contract. - Contract details for a used by the . @@ -6624,32 +6730,6 @@ When applied to a method, specifies that the method is called when an error occurs serializing an object. - - - Helper method for generating a MetaObject which calls a - specific method on Dynamic that returns a result - - - - - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - - - - - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - - - - - Returns a Restrictions object which includes our current restrictions merged - with a restriction limiting our type - - Represents a method that constructs an object. @@ -6827,63 +6907,6 @@ Byte data. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. @@ -7000,5 +7023,47 @@ The string. Null if the string was null, otherwise the string unchanged. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.dll new file mode 100644 index 000000000..de49a4c39 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.pdb new file mode 100644 index 000000000..fa38760f5 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/net40/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.xml similarity index 93% rename from packages/Newtonsoft.Json.4.0.6/lib/net40/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.xml index e71f753ff..db904dd0a 100644 --- a/packages/Newtonsoft.Json.4.0.6/lib/net40/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.xml @@ -29,25 +29,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -109,19 +121,24 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -130,6 +147,16 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Specifies the state of the reader. @@ -233,27 +260,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -669,9 +708,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -1340,17 +1394,105 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. + + + + + Converts a to and from a string (e.g. "1.2.3.4"). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. - Instructs the not to serialize the public field or public read/write property value. + Instructs the to use the specified constructor when deserializing that object. @@ -2349,7 +2491,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -2882,6 +3024,26 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Represents a reader that provides validation. @@ -2914,6 +3076,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream as a . @@ -2945,6 +3119,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -3097,31 +3276,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts XML to and from JSON. @@ -3183,7 +3337,7 @@ - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -3205,26 +3359,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -3239,11 +3405,6 @@ true if LineNumber and LinePosition can be provided; otherwise, false. - - - Gets or sets the culture used when reading JSON. Defaults to . - - Gets the current line number. @@ -3649,6 +3810,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Represents a collection of . @@ -3701,6 +3868,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -3708,6 +3884,14 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -3883,6 +4067,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -3895,6 +4090,37 @@ A JSON string representation of the object. + + + Asynchronously serializes the specified object to a JSON string using a collection of . + + The object to serialize. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + + + + + Asynchronously serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + + + + + Asynchronously serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + + Deserializes the JSON to a .NET object. @@ -3984,6 +4210,53 @@ The deserialized object from the JSON string. + + + Asynchronously deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The type of the object to deserialize to. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + Populates the object with values from the JSON string. @@ -4002,6 +4275,20 @@ If this is null, default serialization settings will be is used. + + + Asynchronously populates the object with values from the JSON string. + + The JSON to populate values from. + The target object to populate values onto. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous populate operation. + + Serializes the XML node to a JSON string. @@ -4301,6 +4588,26 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Contains the LINQ to JSON extension methods. @@ -5098,26 +5405,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -5502,6 +5821,17 @@ true if the specified is valid; otherwise, false. + + + Determines whether the is valid. + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + Validates the specified . @@ -5563,6 +5893,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Resolves from an id. @@ -5613,13 +5949,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. - The JsonSchemaException associated with the validation event. + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -5819,6 +6161,14 @@ true if serialized compiler generated members; otherwise, false. + + + Gets or sets a value indicating whether to ignore the ISerializable interface when serializing and deserializing types. + + + true if the ISerializable interface will be ignored when serializing and deserializing types; otherwise, false. + + Initializes a new instance of the class. @@ -5877,6 +6227,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -5894,6 +6250,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -5911,6 +6273,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Maps a JSON property to a .NET member or constructor parameter. @@ -6784,63 +7158,6 @@ Byte data. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. @@ -6957,5 +7274,47 @@ The string. Null if the string was null, otherwise the string unchanged. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.1/lib/sl3-wp/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.1/lib/sl3-wp/Newtonsoft.Json.dll new file mode 100644 index 000000000..27af41c89 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/sl3-wp/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.1/lib/sl3-wp/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.1/lib/sl3-wp/Newtonsoft.Json.pdb new file mode 100644 index 000000000..4ca2e6def Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/sl3-wp/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/sl4-windowsphone71/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.1/lib/sl3-wp/Newtonsoft.Json.xml similarity index 95% rename from packages/Newtonsoft.Json.4.0.8/lib/sl4-windowsphone71/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.1/lib/sl3-wp/Newtonsoft.Json.xml index b96db2812..772118a18 100644 --- a/packages/Newtonsoft.Json.4.0.8/lib/sl4-windowsphone71/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.1/lib/sl3-wp/Newtonsoft.Json.xml @@ -46,25 +46,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -126,19 +138,24 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -147,6 +164,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets or sets the culture used when reading JSON. Defaults to . @@ -255,27 +277,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -691,9 +725,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -921,12 +970,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1169,31 +1218,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts a to and from JSON. @@ -1397,6 +1421,47 @@ true if the JSON root object is omitted; otherwise, false. + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + Indicates the method that will be used during deserialization for locating and loading assemblies. @@ -1440,6 +1505,21 @@ and sets members to their default value when deserializing. + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + Provides an interface to enable a class to return line and position information. @@ -1587,6 +1667,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1594,6 +1683,14 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1769,6 +1866,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -2103,6 +2211,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + The exception thrown when an error occurs during Json serialization or deserialization. @@ -2291,6 +2405,26 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Specifies the settings on a object. @@ -2392,9 +2526,29 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -2416,26 +2570,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -2825,6 +2991,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream as a . @@ -2856,6 +3034,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -2886,63 +3069,6 @@ The specified in the constructor. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - The exception thrown when an error occurs while reading Json text. @@ -4567,26 +4693,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -5034,7 +5172,15 @@ Specifies the name of the serialized object. Specifies the name of the serialized object - + The type of the object the formatter creates a new instance of. + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. @@ -5310,6 +5456,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -5425,7 +5577,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -5441,6 +5593,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -5458,6 +5616,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Contract details for a used by the . @@ -6028,6 +6198,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Specifies undefined schema Id handling options for the . @@ -6055,13 +6231,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. - The JsonSchemaException associated with the validation event. + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -6433,5 +6615,47 @@ Any type. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.1/lib/sl4-windowsphone71/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.1/lib/sl4-windowsphone71/Newtonsoft.Json.dll new file mode 100644 index 000000000..27af41c89 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/sl4-windowsphone71/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.1/lib/sl4-windowsphone71/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.1/lib/sl4-windowsphone71/Newtonsoft.Json.pdb new file mode 100644 index 000000000..4ca2e6def Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/sl4-windowsphone71/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.1/lib/sl4-windowsphone71/Newtonsoft.Json.xml similarity index 95% rename from packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.1/lib/sl4-windowsphone71/Newtonsoft.Json.xml index b96db2812..772118a18 100644 --- a/packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.1/lib/sl4-windowsphone71/Newtonsoft.Json.xml @@ -46,25 +46,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -126,19 +138,24 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -147,6 +164,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets or sets the culture used when reading JSON. Defaults to . @@ -255,27 +277,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -691,9 +725,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -921,12 +970,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1169,31 +1218,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts a to and from JSON. @@ -1397,6 +1421,47 @@ true if the JSON root object is omitted; otherwise, false. + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + Indicates the method that will be used during deserialization for locating and loading assemblies. @@ -1440,6 +1505,21 @@ and sets members to their default value when deserializing. + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + Provides an interface to enable a class to return line and position information. @@ -1587,6 +1667,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1594,6 +1683,14 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1769,6 +1866,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -2103,6 +2211,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + The exception thrown when an error occurs during Json serialization or deserialization. @@ -2291,6 +2405,26 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Specifies the settings on a object. @@ -2392,9 +2526,29 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -2416,26 +2570,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -2825,6 +2991,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream as a . @@ -2856,6 +3034,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -2886,63 +3069,6 @@ The specified in the constructor. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - The exception thrown when an error occurs while reading Json text. @@ -4567,26 +4693,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -5034,7 +5172,15 @@ Specifies the name of the serialized object. Specifies the name of the serialized object - + The type of the object the formatter creates a new instance of. + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. @@ -5310,6 +5456,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -5425,7 +5577,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -5441,6 +5593,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -5458,6 +5616,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Contract details for a used by the . @@ -6028,6 +6198,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Specifies undefined schema Id handling options for the . @@ -6055,13 +6231,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. - The JsonSchemaException associated with the validation event. + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -6433,5 +6615,47 @@ Any type. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.1/lib/sl4/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.1/lib/sl4/Newtonsoft.Json.dll new file mode 100644 index 000000000..4b333b79f Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/sl4/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.1/lib/sl4/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.1/lib/sl4/Newtonsoft.Json.pdb new file mode 100644 index 000000000..5b6d5300a Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/sl4/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/sl4/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.1/lib/sl4/Newtonsoft.Json.xml similarity index 95% rename from packages/Newtonsoft.Json.4.0.8/lib/sl4/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.1/lib/sl4/Newtonsoft.Json.xml index 583624b20..fbe3a1669 100644 --- a/packages/Newtonsoft.Json.4.0.8/lib/sl4/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.1/lib/sl4/Newtonsoft.Json.xml @@ -46,25 +46,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -126,19 +138,24 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -147,6 +164,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets or sets the culture used when reading JSON. Defaults to . @@ -255,27 +277,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -691,9 +725,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -921,12 +970,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1209,31 +1258,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts a to and from JSON. @@ -1378,6 +1402,47 @@ true if this instance can convert the specified object type; otherwise, false. + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + Indicates the method that will be used during deserialization for locating and loading assemblies. @@ -1421,6 +1486,21 @@ and sets members to their default value when deserializing. + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + Provides an interface to enable a class to return line and position information. @@ -1568,6 +1648,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1575,6 +1664,14 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1750,6 +1847,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -2033,6 +2141,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + The exception thrown when an error occurs during Json serialization or deserialization. @@ -2221,6 +2335,26 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Specifies the settings on a object. @@ -2322,9 +2456,29 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -2346,26 +2500,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -2755,6 +2921,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream as a . @@ -2786,6 +2964,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -2816,63 +2999,6 @@ The specified in the constructor. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - The exception thrown when an error occurs while reading Json text. @@ -4533,26 +4659,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -5000,7 +5138,15 @@ Specifies the name of the serialized object. Specifies the name of the serialized object - + The type of the object the formatter creates a new instance of. + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. @@ -5283,6 +5429,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -5398,7 +5550,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -5414,6 +5566,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -5431,6 +5589,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Contract details for a used by the . @@ -6058,6 +6228,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Specifies undefined schema Id handling options for the . @@ -6085,13 +6261,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. - The JsonSchemaException associated with the validation event. + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -6463,5 +6645,47 @@ Any type. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.1/lib/winrt45/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.1/lib/winrt45/Newtonsoft.Json.dll new file mode 100644 index 000000000..10a2c0b49 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/winrt45/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.1/lib/winrt45/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.1/lib/winrt45/Newtonsoft.Json.pdb new file mode 100644 index 000000000..58966514b Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.1/lib/winrt45/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/net35/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.1/lib/winrt45/Newtonsoft.Json.xml similarity index 92% rename from packages/Newtonsoft.Json.4.0.6/lib/net35/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.1/lib/winrt45/Newtonsoft.Json.xml index 3509b10c0..3d04b8cfa 100644 --- a/packages/Newtonsoft.Json.4.0.6/lib/net35/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.1/lib/winrt45/Newtonsoft.Json.xml @@ -4,6 +4,23 @@ Newtonsoft.Json + + + Represents a BSON Oid (object id). + + + + + Initializes a new instance of the class. + + The Oid value. + + + + Gets or sets the value of the Oid. + + The value of the Oid. + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. @@ -29,25 +46,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -109,19 +138,24 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -130,6 +164,16 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Specifies the state of the reader. @@ -233,27 +277,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -669,9 +725,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -892,22 +963,20 @@ The used when writing values to BSON. - + - Represents a BSON Oid (object id). + Specifies how constructors are used when initializing objects during deserialization by the . - + - Initializes a new instance of the class. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - The Oid value. - + - Gets or sets the value of the Oid. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. - The value of the Oid. @@ -991,12 +1060,12 @@ true if this instance can convert the specified object type; otherwise, false. - + - Converts a to and from JSON. + Converts a to and from JSON and BSON. - + Writes the JSON representation of the object. @@ -1004,7 +1073,7 @@ The value. The calling serializer. - + Reads the JSON representation of the object. @@ -1014,45 +1083,13 @@ The calling serializer. The object value. - - - Determines whether this instance can convert the specified value type. - - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - - - - - Converts a to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - + - Reads the JSON representation of the object. + Determines whether this instance can convert the specified object type. - The to read from. Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified value type. - - Type of the value. - true if this instance can convert the specified value type; otherwise, false. + true if this instance can convert the specified object type; otherwise, false. @@ -1117,12 +1154,12 @@ true if this instance can convert the specified object type; otherwise, false. - + - Converts an Entity Framework EntityKey to and from JSON. + Converts an ExpandoObject to and from JSON. - + Writes the JSON representation of the object. @@ -1130,7 +1167,7 @@ The value. The calling serializer. - + Reads the JSON representation of the object. @@ -1140,7 +1177,7 @@ The calling serializer. The object value. - + Determines whether this instance can convert the specified object type. @@ -1149,12 +1186,20 @@ true if this instance can convert the specified object type; otherwise, false. - + - Converts a to and from JSON. + Gets a value indicating whether this can write JSON. + + true if this can write JSON; otherwise, false. + - + + + Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z). + + + Writes the JSON representation of the object. @@ -1162,7 +1207,7 @@ The value. The calling serializer. - + Reads the JSON representation of the object. @@ -1172,21 +1217,53 @@ The calling serializer. The object value. - + - Determines whether this instance can convert the specified object type. + Gets or sets the date time styles used when converting a date to and from JSON. + + The date time styles used when converting a date to and from JSON. + + + + Gets or sets the date time format used when converting a date to and from JSON. + + The date time format used when converting a date to and from JSON. + + + + Gets or sets the culture used when converting a date to and from JSON. + + The culture used when converting a date to and from JSON. + + + + Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + The to read from. Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. - + - Converts a to and from JSON and BSON. + Converts a to and from JSON. - + Writes the JSON representation of the object. @@ -1194,7 +1271,7 @@ The value. The calling serializer. - + Reads the JSON representation of the object. @@ -1204,7 +1281,7 @@ The calling serializer. The object value. - + Determines whether this instance can convert the specified object type. @@ -1293,1824 +1370,1746 @@ true if the written enum text will be camel case; otherwise, false. - + - Specifies how constructors are used when initializing objects during deserialization by the . + Converts a to and from a string (e.g. "1.2.3.4"). - + - First attempt to use the public default constructor then fall back to single paramatized constructor. + Writes the JSON representation of the object. + The to write to. + The value. + The calling serializer. - + - Allow Json.NET to use a non-public default constructor. + Reads the JSON representation of the object. + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. - + - Instructs the not to serialize the public field or public read/write property value. + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts XML to and from JSON. - + - Represents a view of a . + Writes the JSON representation of the object. + The to write to. + The calling serializer. + The value. - + - Initializes a new instance of the class. + Reads the JSON representation of the object. - The name. - Type of the property. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - When overridden in a derived class, returns whether resetting an object changes its value. + Checks if the attributeName is a namespace attribute. - - true if resetting the component changes its value; otherwise, false. - - The component to test for reset capability. - + Attribute name to test. + The attribute name prefix if it has one, otherwise an empty string. + True if attribute name is for a namespace attribute, otherwise false. - + - When overridden in a derived class, gets the current value of the property on a component. + Determines whether this instance can convert the specified value type. + Type of the value. - The value of a property for a given component. + true if this instance can convert the specified value type; otherwise, false. - The component with the property for which to retrieve the value. - - + - When overridden in a derived class, resets the value for this property of the component to the default value. + Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements. - The component with the property value that is to be reset to the default value. - + The name of the deserialize root element. - + - When overridden in a derived class, sets the value of the component to a different value. + Gets or sets a flag to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. - The component with the property value that is to be set. - The new value. - + true if the array attibute is written to the XML; otherwise, false. - + - When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. + Gets or sets a value indicating whether to write the root JSON object. - - true if the property should be persisted; otherwise, false. - - The component with the property to be examined for persistence. - + true if the JSON root object is omitted; otherwise, false. - + - When overridden in a derived class, gets the type of the component this property is bound to. + Specifies how dates are formatted when writing JSON text. - - A that represents the type of component this property is bound to. When the or methods are invoked, the object specified might be an instance of this type. - - + - When overridden in a derived class, gets a value indicating whether this property is read-only. + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". - - true if the property is read-only; otherwise, false. - - + - When overridden in a derived class, gets the type of the property. + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". - - A that represents the type of the property. - - + - Gets the hash code for the name of the member. + Specifies how to treat the time value when converting between string and . - - - The hash code for the name of the member. - - + - Represents a raw JSON string. + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. - + - Represents a value in JSON (string, integer, date, etc). + Treat as a UTC. If the object represents a local time, it is converted to a UTC. - + - Represents an abstract JSON token. + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. - + - Represents a collection of objects. + Time zone information should be preserved when converting. - The type of token - + - Gets the with the specified key. + Specifies default value handling options for the . - - + - Provides an interface to enable a class to return line and position information. + Include members where the member value is the same as the member's default value when serializing objects. + Included members are written to JSON. Has no effect when deserializing. - + - Gets a value indicating whether the class can return line information. + Ignore members where the member value is the same as the member's default value when serializing objects + so that is is not written to JSON, and ignores setting members when the JSON value equals the member's default value. - - true if LineNumber and LinePosition can be provided; otherwise, false. - - + - Gets the current line number. + Members with a default value but no JSON will be set to their default value when deserializing. - The current line number or 0 if no line information is available (for example, HasLineInfo returns false). - + - Gets the current line position. + Ignore members where the member value is the same as the member's default value when serializing objects + and sets members to their default value when deserializing. - The current line position or 0 if no line information is available (for example, HasLineInfo returns false). - + - Compares the values of two tokens, including the values of all descendant tokens. + Indicates the method that will be used during deserialization for locating and loading assemblies. - The first to compare. - The second to compare. - true if the tokens are equal; otherwise false. - + - Adds the specified content immediately after this token. + In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly. - A content object that contains simple content or a collection of content objects to be added after this token. - + - Adds the specified content immediately before this token. + In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly. - A content object that contains simple content or a collection of content objects to be added before this token. - + - Returns a collection of the ancestor tokens of this token. + Specifies formatting options for the . - A collection of the ancestor tokens of this token. - + - Returns a collection of the sibling tokens after this token, in document order. + No special formatting is applied. This is the default. - A collection of the sibling tokens after this tokens, in document order. - + - Returns a collection of the sibling tokens before this token, in document order. + Causes child objects to be indented according to the and settings. - A collection of the sibling tokens before this token, in document order. - + - Gets the with the specified key converted to the specified type. + Provides an interface to enable a class to return line and position information. - The type to convert the token to. - The token key. - The converted token value. - + - Returns a collection of the child tokens of this token, in document order. + Gets a value indicating whether the class can return line information. - An of containing the child tokens of this , in document order. + + true if LineNumber and LinePosition can be provided; otherwise, false. + - + - Returns a collection of the child tokens of this token, in document order, filtered by the specified type. + Gets the current line number. - The type to filter the child tokens on. - A containing the child tokens of this , in document order. + The current line number or 0 if no line information is available (for example, HasLineInfo returns false). - + - Returns a collection of the child values of this token, in document order. + Gets the current line position. - The type to convert the values to. - A containing the child values of this , in document order. + The current line position or 0 if no line information is available (for example, HasLineInfo returns false). - + - Removes this token from its parent. + Instructs the how to serialize the collection. - + - Replaces this token with the specified token. + Instructs the how to serialize the object. - The value. - + - Writes this token to a . + Initializes a new instance of the class. - A into which this method will write. - A collection of which will be used when writing the token. - + - Returns the indented JSON for this token. + Initializes a new instance of the class with the specified container Id. - - The indented JSON for this token. - + The container Id. - + - Returns the JSON for this token using the given formatting and converters. + Gets or sets the id. - Indicates how the output is formatted. - A collection of which will be used when writing the token. - The JSON for this token using the given formatting and converters. + The id. - + - Performs an explicit conversion from to . + Gets or sets the title. - The value. - The result of the conversion. + The title. - + - Performs an explicit conversion from to . + Gets or sets the description. - The value. - The result of the conversion. + The description. - + - Performs an explicit conversion from to . + Gets or sets a value that indicates whether to preserve object reference data. - The value. - The result of the conversion. + + true to keep object reference; otherwise, false. The default is false. + - + - Performs an explicit conversion from to . + Initializes a new instance of the class. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Initializes a new instance of the class with a flag indicating whether the array can contain null items - The value. - The result of the conversion. + A flag indicating whether the array can contain null items. - + - Performs an explicit conversion from to . + Initializes a new instance of the class with the specified container Id. - The value. - The result of the conversion. + The container Id. - + - Performs an explicit conversion from to . + Gets or sets a value indicating whether null items are allowed in the collection. - The value. - The result of the conversion. + true if null items are allowed in the collection; otherwise, false. - + - Performs an explicit conversion from to . + Instructs the to use the specified constructor when deserializing that object. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Provides methods for converting between common language runtime types and JSON types. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Represents JavaScript's boolean value true as a string. This field is read-only. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Represents JavaScript's boolean value false as a string. This field is read-only. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Represents JavaScript's null as a string. This field is read-only. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Represents JavaScript's undefined as a string. This field is read-only. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Represents JavaScript's positive infinity as a string. This field is read-only. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Represents JavaScript's negative infinity as a string. This field is read-only. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Represents JavaScript's NaN as a string. This field is read-only. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Converts the to its JSON string representation. - The value. - The result of the conversion. + The value to convert. + A JSON string representation of the . - + - Performs an explicit conversion from to . + Converts the to its JSON string representation using the specified. - The value. - The result of the conversion. + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . - + - Performs an explicit conversion from to . + Converts the to its JSON string representation. - The value. - The result of the conversion. + The value to convert. + A JSON string representation of the . - + - Performs an explicit conversion from to . + Converts the to its JSON string representation using the specified. - The value. - The result of the conversion. + The value to convert. + The format the date will be converted to. + A JSON string representation of the . - + - Performs an explicit conversion from to . + Converts the to its JSON string representation. - The value. - The result of the conversion. + The value to convert. + A JSON string representation of the . - + - Performs an explicit conversion from to . + Converts the to its JSON string representation. - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. + The value to convert. + A JSON string representation of the . - + - Performs an explicit conversion from to . + Converts the to its JSON string representation. - The value. - The result of the conversion. + The value to convert. + A JSON string representation of the . - + - Performs an explicit conversion from to . + Converts the to its JSON string representation. - The value. - The result of the conversion. + The value to convert. + A JSON string representation of the . - + - Performs an explicit conversion from to . + Converts the to its JSON string representation. - The value. - The result of the conversion. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + The string delimiter character. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Converts the to its JSON string representation. - The value to create a from. - The initialized with the specified value. + The value to convert. + A JSON string representation of the . - + - Performs an implicit conversion from to . + Serializes the specified object to a JSON string. - The value to create a from. - The initialized with the specified value. + The object to serialize. + A JSON string representation of the object. - + - Performs an implicit conversion from to . + Serializes the specified object to a JSON string. - The value to create a from. - The initialized with the specified value. + The object to serialize. + Indicates how the output is formatted. + + A JSON string representation of the object. + - + - Performs an implicit conversion from to . + Serializes the specified object to a JSON string using a collection of . - The value to create a from. - The initialized with the specified value. + The object to serialize. + A collection converters used while serializing. + A JSON string representation of the object. - + - Performs an implicit conversion from to . + Serializes the specified object to a JSON string using a collection of . - The value to create a from. - The initialized with the specified value. + The object to serialize. + Indicates how the output is formatted. + A collection converters used while serializing. + A JSON string representation of the object. - + - Performs an implicit conversion from to . + Serializes the specified object to a JSON string using a collection of . - The value to create a from. - The initialized with the specified value. + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + - + - Performs an implicit conversion from to . + Serializes the specified object to a JSON string using a collection of . - The value to create a from. - The initialized with the specified value. + The object to serialize. + Indicates how the output is formatted. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + - + - Performs an implicit conversion from to . + Asynchronously serializes the specified object to a JSON string using a collection of . - The value to create a from. - The initialized with the specified value. + The object to serialize. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + - + - Performs an implicit conversion from to . + Asynchronously serializes the specified object to a JSON string using a collection of . - The value to create a from. - The initialized with the specified value. + The object to serialize. + Indicates how the output is formatted. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + - + - Performs an implicit conversion from to . + Asynchronously serializes the specified object to a JSON string using a collection of . - The value to create a from. - The initialized with the specified value. + The object to serialize. + Indicates how the output is formatted. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + - + - Performs an implicit conversion from to . + Deserializes the JSON to a .NET object. - The value to create a from. - The initialized with the specified value. + The JSON to deserialize. + The deserialized object from the Json string. - + - Performs an implicit conversion from to . + Deserializes the JSON to a .NET object. - The value to create a from. - The initialized with the specified value. - - + The JSON to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + The deserialized object from the JSON string. + + - Creates an for this token. + Deserializes the JSON to the specified .NET type. - An that can be used to read this token and its descendants. + The JSON to deserialize. + The of object being deserialized. + The deserialized object from the Json string. - + - Creates a from an object. + Deserializes the JSON to the specified .NET type. - The object that will be used to create . - A with the value of the specified object + The type of the object to deserialize to. + The JSON to deserialize. + The deserialized object from the Json string. - + - Creates a from an object using the specified . + Deserializes the JSON to the given anonymous type. - The object that will be used to create . - The that will be used when reading the object. - A with the value of the specified object + + The anonymous type to deserialize to. This can't be specified + traditionally and must be infered from the anonymous type passed + as a parameter. + + The JSON to deserialize. + The anonymous type object. + The deserialized anonymous type from the JSON string. - + - Creates the specified .NET type from the . + Deserializes the JSON to the specified .NET type. - The new object created from the JSON value. + The type of the object to deserialize to. + The JSON to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. - + - Creates the specified .NET type from the using the specified . + Deserializes the JSON to the specified .NET type. - The that will be used when creating the object. - The new object created from the JSON value. + The type of the object to deserialize to. + The object to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + The deserialized object from the JSON string. - + - Creates a from a . + Deserializes the JSON to the specified .NET type. - An positioned at the token to read into this . - - An that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - + The JSON to deserialize. + The type of the object to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. - + - Load a from a string that contains JSON. + Deserializes the JSON to the specified .NET type. - A that contains JSON. - A populated from the string that contains JSON. + The JSON to deserialize. + The type of the object to deserialize to. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + The deserialized object from the JSON string. - + - Creates a from a . + Asynchronously deserializes the JSON to the specified .NET type. - An positioned at the token to read into this . + The type of the object to deserialize to. + The JSON to deserialize. - An that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. - + - Selects the token that matches the object path. + Asynchronously deserializes the JSON to the specified .NET type. - - The object path from the current to the - to be returned. This must be a string of property names or array indexes separated - by periods, such as Tables[0].DefaultView[0].Price in C# or - Tables(0).DefaultView(0).Price in Visual Basic. + The type of the object to deserialize to. + The JSON to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. - The that matches the object path or a null reference if no matching token is found. + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + - + - Selects the token that matches the object path. + Asynchronously deserializes the JSON to the specified .NET type. - - The object path from the current to the - to be returned. This must be a string of property names or array indexes separated - by periods, such as Tables[0].DefaultView[0].Price in C# or - Tables(0).DefaultView(0).Price in Visual Basic. - - A flag to indicate whether an error should be thrown if no token is found. - The that matches the object path. + The JSON to deserialize. + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + - + - Creates a new instance of the . All child tokens are recursively cloned. + Asynchronously deserializes the JSON to the specified .NET type. - A new instance of the . + The JSON to deserialize. + The type of the object to deserialize to. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + - + - Gets a comparer that can compare two tokens for value equality. + Populates the object with values from the JSON string. - A that can compare two nodes for value equality. + The JSON to populate values from. + The target object to populate values onto. - + - Gets or sets the parent. + Populates the object with values from the JSON string. - The parent. + The JSON to populate values from. + The target object to populate values onto. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + - + - Gets the root of this . + Asynchronously populates the object with values from the JSON string. - The root of this . + The JSON to populate values from. + The target object to populate values onto. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous populate operation. + - + - Gets the node type for this . + Serializes the to a JSON string. - The type. + The node to convert to JSON. + A JSON string of the XNode. - + - Gets a value indicating whether this token has childen tokens. + Serializes the to a JSON string. - - true if this token has child values; otherwise, false. - + The node to convert to JSON. + Indicates how the output is formatted. + A JSON string of the XNode. - + - Gets the next sibling token of this node. + Serializes the to a JSON string. - The that contains the next sibling token. + The node to serialize. + Indicates how the output is formatted. + Omits writing the root object. + A JSON string of the XNode. - + - Gets the previous sibling token of this node. + Deserializes the from a JSON string. - The that contains the previous sibling token. + The JSON string. + The deserialized XNode - + - Gets the with the specified key. + Deserializes the from a JSON string nested in a root elment. - The with the specified key. + The JSON string. + The name of the root element to append when deserializing. + The deserialized XNode - + - Get the first child token of this token. + Deserializes the from a JSON string nested in a root elment. - A containing the first child token of the . + The JSON string. + The name of the root element to append when deserializing. + + A flag to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + The deserialized XNode - + - Get the last child token of this token. + Instructs the to use the specified when serializing the member or class. - A containing the last child token of the . - + - Initializes a new instance of the class from another object. + Initializes a new instance of the class. - A object to copy from. + Type of the converter. - + - Initializes a new instance of the class with the given value. + Gets the type of the converter. - The value. + The type of the converter. - + - Initializes a new instance of the class with the given value. + Represents a collection of . - The value. - + - Initializes a new instance of the class with the given value. + Instructs the not to serialize the public field or public read/write property value. - The value. - + - Initializes a new instance of the class with the given value. + Instructs the how to serialize the object. - The value. - + - Initializes a new instance of the class with the given value. + Initializes a new instance of the class. - The value. - + - Initializes a new instance of the class with the given value. + Initializes a new instance of the class with the specified member serialization. - The value. + The member serialization. - + - Initializes a new instance of the class with the given value. + Initializes a new instance of the class with the specified container Id. - The value. + The container Id. - + - Initializes a new instance of the class with the given value. + Gets or sets the member serialization. - The value. + The member serialization. - + - Initializes a new instance of the class with the given value. + Instructs the to always serialize the member with the specified name. - The value. - + - Initializes a new instance of the class with the given value. + Initializes a new instance of the class. - The value. - + - Creates a comment with the given value. + Initializes a new instance of the class with the specified name. - The value. - A comment with the given value. + Name of the property. - + - Creates a string with the given value. + Gets or sets the null value handling used when serializing this property. - The value. - A string with the given value. + The null value handling. - + - Writes this token to a . + Gets or sets the default value handling used when serializing this property. - A into which this method will write. - A collection of which will be used when writing the token. + The default value handling. - + - Indicates whether the current object is equal to another object of the same type. + Gets or sets the reference loop handling used when serializing this property. - - true if the current object is equal to the parameter; otherwise, false. - - An object to compare with this object. + The reference loop handling. - + - Determines whether the specified is equal to the current . + Gets or sets the object creation handling used when deserializing this property. - The to compare with the current . - - true if the specified is equal to the current ; otherwise, false. - - - The parameter is null. - + The object creation handling. - + - Serves as a hash function for a particular type. + Gets or sets the type name handling used when serializing this property. - - A hash code for the current . - + The type name handling. - + - Returns a that represents this instance. + Gets or sets whether this property's value is serialized as a reference. - - A that represents this instance. - + Whether this property's value is serialized as a reference. - + - Returns a that represents this instance. + Gets or sets the order of serialization and deserialization of a member. - The format. - - A that represents this instance. - + The numeric order of serialization or deserialization. - + - Returns a that represents this instance. + Gets or sets the name of the property. - The format provider. - - A that represents this instance. - + The name of the property. - + - Returns a that represents this instance. + Gets or sets a value indicating whether this property is required. - The format. - The format provider. - - A that represents this instance. - + + A value indicating whether this property is required. + - + - Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. + The exception thrown when an error occurs while reading Json text. - An object to compare with this instance. - - A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: - Value - Meaning - Less than zero - This instance is less than . - Zero - This instance is equal to . - Greater than zero - This instance is greater than . - - - is not the same type as this instance. - - + - Gets a value indicating whether this token has childen tokens. + Initializes a new instance of the class. - - true if this token has child values; otherwise, false. - - + - Gets the node type for this . + Initializes a new instance of the class + with a specified error message. - The type. + The error message that explains the reason for the exception. - + - Gets or sets the underlying token value. + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. - The underlying token value. + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - + - Initializes a new instance of the class from another object. + Gets the line number indicating where the error occurred. - A object to copy from. + The line number indicating where the error occurred. - + - Initializes a new instance of the class. + Gets the line position indicating where the error occurred. - The raw json. + The line position indicating where the error occurred. - + - Creates an instance of with the content of the reader's current token. + Gets the path to the JSON where the error occurred. - The reader. - An instance of with the content of the reader's current token. + The path to the JSON where the error occurred. - + - Indicating whether a property is required. + The exception thrown when an error occurs during Json serialization or deserialization. - + - The property is not required. The default state. + Initializes a new instance of the class. - + - The property must be defined in JSON but can be a null value. + Initializes a new instance of the class + with a specified error message. + The error message that explains the reason for the exception. - + - The property must be defined in JSON and cannot be a null value. + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - + - Contract details for a used by the . + Serializes and deserializes objects into and from the JSON format. + The enables you to control how objects are encoded into JSON. - + - Contract details for a used by the . + Initializes a new instance of the class. - + - Gets the underlying type for the contract. + Creates a new instance using the specified . - The underlying type for the contract. + The settings to be applied to the . + A new instance using the specified . - + - Gets or sets the type created during deserialization. + Populates the JSON values onto the target object. - The type created during deserialization. + The that contains the JSON structure to reader values from. + The target object to populate values onto. - + - Gets or sets whether this type contract is serialized as a reference. + Populates the JSON values onto the target object. - Whether this type contract is serialized as a reference. + The that contains the JSON structure to reader values from. + The target object to populate values onto. - + - Gets or sets the default for this contract. + Deserializes the Json structure contained by the specified . - The converter. + The that contains the JSON structure to deserialize. + The being deserialized. - + - Gets or sets the method called immediately after deserialization of the object. + Deserializes the Json structure contained by the specified + into an instance of the specified type. - The method called immediately after deserialization of the object. + The containing the object. + The of object being deserialized. + The instance of being deserialized. - + - Gets or sets the method called during deserialization of the object. + Deserializes the Json structure contained by the specified + into an instance of the specified type. - The method called during deserialization of the object. + The containing the object. + The type of the object to deserialize. + The instance of being deserialized. - + - Gets or sets the method called after serialization of the object graph. + Deserializes the Json structure contained by the specified + into an instance of the specified type. - The method called after serialization of the object graph. + The containing the object. + The of object being deserialized. + The instance of being deserialized. - + - Gets or sets the method called before serialization of the object. + Serializes the specified and writes the Json structure + to a Stream using the specified . - The method called before serialization of the object. + The used to write the Json structure. + The to serialize. - + - Gets or sets the default creator method used to create the object. + Serializes the specified and writes the Json structure + to a Stream using the specified . - The default creator method used to create the object. + The used to write the Json structure. + The to serialize. - + - Gets or sets a value indicating whether [default creator non public]. + Occurs when the errors during serialization and deserialization. - true if the default object creator is non-public; otherwise, false. - + - Gets or sets the method called when an error is thrown during the serialization of the object. + Gets or sets the used by the serializer when resolving references. - The method called when an error is thrown during the serialization of the object. - + - Initializes a new instance of the class. + Gets or sets the used by the serializer when resolving type names. - The underlying type for the contract. - + - Gets or sets the ISerializable object constructor. + Gets or sets how type name writing and reading is handled by the serializer. - The ISerializable object constructor. - + - Contract details for a used by the . + Gets or sets how a type name assembly is written and resolved by the serializer. + The type name assembly format. - + - Initializes a new instance of the class. + Gets or sets how object references are preserved by the serializer. - The underlying type for the contract. - + - Contract details for a used by the . + Get or set how reference loops (e.g. a class referencing itself) is handled. - + - Initializes a new instance of the class. + Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - The underlying type for the contract. - + - Get and set values for a using dynamic methods. + Get or set how null values are handled during serialization and deserialization. - + - Provides methods to get and set values. + Get or set how null default are handled during serialization and deserialization. - + - Sets the value. + Gets or sets how objects are created during deserialization. - The target to set the value on. - The value to set on the target. + The object creation handling. - + - Gets the value. + Gets or sets how constructors are used during deserialization. - The target to get the value from. - The value. + The constructor handling. - + - Initializes a new instance of the class. + Gets a collection that will be used during serialization. - The member info. + Collection that will be used during serialization. - + - Sets the value. + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. - The target to set the value on. - The value to set on the target. - + - Gets the value. + Gets or sets the used by the serializer when invoking serialization callback methods. - The target to get the value from. - The value. + The context. - + - Provides data for the Error event. + Indicates how JSON text output is formatted. - + - Initializes a new instance of the class. + Get or set how dates are written to JSON text. - The current object. - The error context. - + - Gets the current object the error event is being raised against. + Get or set how time zones are handling during serialization and deserialization. - The current object the error event is being raised against. - + - Gets the error context. + Gets or sets the culture used when reading JSON. Defaults to . - The error context. - + - Used to resolve references when serializing and deserializing JSON by the . + Specifies the settings on a object. - + - Resolves a reference to its object. + Initializes a new instance of the class. - The serialization context. - The reference to resolve. - The object that - + - Gets the reference for the sepecified object. + Gets or sets how reference loops (e.g. a class referencing itself) is handled. - The serialization context. - The object to get a reference for. - The reference to the object. + Reference loop handling. - + - Determines whether the specified object is referenced. + Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - The serialization context. - The object to test for a reference. - - true if the specified object is referenced; otherwise, false. - + Missing member handling. - + - Adds a reference to the specified object. + Gets or sets how objects are created during deserialization. - The serialization context. - The reference. - The object to reference. + The object creation handling. - + - Specifies reference handling options for the . + Gets or sets how null values are handled during serialization and deserialization. + Null value handling. - + - Do not preserve references when serializing types. + Gets or sets how null default are handled during serialization and deserialization. + The default value handling. - + - Preserve references when serializing into a JSON object structure. + Gets or sets a collection that will be used during serialization. + The converters. - + - Preserve references when serializing into a JSON array structure. + Gets or sets how object references are preserved by the serializer. + The preserve references handling. - + - Preserve references when serializing. + Gets or sets how type name writing and reading is handled by the serializer. + The type name handling. - + - Instructs the how to serialize the collection. + Gets or sets how a type name assembly is written and resolved by the serializer. + The type name assembly format. - + - Instructs the how to serialize the object. + Gets or sets how constructors are used during deserialization. + The constructor handling. - + - Initializes a new instance of the class. + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. + The contract resolver. - + - Initializes a new instance of the class with the specified container Id. + Gets or sets the used by the serializer when resolving references. - The container Id. + The reference resolver. - + - Gets or sets the id. + Gets or sets the used by the serializer when resolving type names. - The id. + The binder. - + - Gets or sets the title. + Gets or sets the error handler called during serialization and deserialization. - The title. + The error handler called during serialization and deserialization. - + - Gets or sets the description. + Gets or sets the used by the serializer when invoking serialization callback methods. - The description. + The context. - + - Gets or sets a value that indicates whether to preserve object reference data. + Indicates how JSON text output is formatted. - - true to keep object reference; otherwise, false. The default is false. - - + - Initializes a new instance of the class. + Get or set how dates are written to JSON text. - + - Initializes a new instance of the class with a flag indicating whether the array can contain null items + Get or set how time zones are handling during serialization and deserialization. - A flag indicating whether the array can contain null items. - + - Initializes a new instance of the class with the specified container Id. + Gets or sets the culture used when reading JSON. Defaults to . - The container Id. - + - Gets or sets a value indicating whether null items are allowed in the collection. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. - true if null items are allowed in the collection; otherwise, false. - + - Specifies default value handling options for the . + Initializes a new instance of the class with the specified . + The TextReader containing the XML data to read. - + - Include members where the member value is the same as the member's default value when serializing objects. - Included members are written to JSON. Has no effect when deserializing. + Reads the next JSON token from the stream. + + true if the next token was read successfully; false if there are no more tokens to read. + - + - Ignore members where the member value is the same as the member's default value when serializing objects - so that is is not written to JSON, and ignores setting members when the JSON value equals the member's default value. + Reads the next JSON token from the stream as a . + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + - + - Members with a default value but no JSON will be set to their default value when deserializing. + Reads the next JSON token from the stream as a . + A . This method will return null at the end of an array. - + - Ignore members where the member value is the same as the member's default value when serializing objects - and sets members to their default value when deserializing. + Reads the next JSON token from the stream as a . + A . This method will return null at the end of an array. - + - Instructs the to use the specified when serializing the member or class. + Reads the next JSON token from the stream as a . + A . This method will return null at the end of an array. - + - Initializes a new instance of the class. + Reads the next JSON token from the stream as a . - Type of the converter. + A . This method will return null at the end of an array. - + - Gets the type of the converter. + Reads the next JSON token from the stream as a . - The type of the converter. + A . This method will return null at the end of an array. - + - Instructs the how to serialize the object. + Changes the state to closed. - + - Initializes a new instance of the class. + Gets a value indicating whether the class can return line information. + + true if LineNumber and LinePosition can be provided; otherwise, false. + - + - Initializes a new instance of the class with the specified member serialization. + Gets the current line number. - The member serialization. + + The current line number or 0 if no line information is available (for example, HasLineInfo returns false). + - + - Initializes a new instance of the class with the specified container Id. + Gets the current line position. - The container Id. + + The current line position or 0 if no line information is available (for example, HasLineInfo returns false). + - + - Gets or sets the member serialization. + Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. - The member serialization. - + - Specifies the settings on a object. + Creates an instance of the JsonWriter class using the specified . + The TextWriter to write to. - + - Initializes a new instance of the class. + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - + - Gets or sets how reference loops (e.g. a class referencing itself) is handled. + Closes this stream and the underlying stream. - Reference loop handling. - + - Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + Writes the beginning of a Json object. - Missing member handling. - + - Gets or sets how objects are created during deserialization. + Writes the beginning of a Json array. - The object creation handling. - + - Gets or sets how null values are handled during serialization and deserialization. + Writes the start of a constructor with the given name. - Null value handling. + The name of the constructor. - + - Gets or sets how null default are handled during serialization and deserialization. + Writes the specified end token. - The default value handling. + The end token to write. - + - Gets or sets a collection that will be used during serialization. + Writes the property name of a name/value pair on a Json object. - The converters. + The name of the property. - + - Gets or sets how object references are preserved by the serializer. + Writes indent characters. - The preserve references handling. - + - Gets or sets how type name writing and reading is handled by the serializer. + Writes the JSON value delimiter. - The type name handling. - + - Gets or sets how a type name assembly is written and resolved by the serializer. + Writes an indent space. - The type name assembly format. - + - Gets or sets how constructors are used during deserialization. + Writes a null value. - The constructor handling. - + - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. + Writes an undefined value. - The contract resolver. - + - Gets or sets the used by the serializer when resolving references. + Writes raw JSON. - The reference resolver. + The raw JSON to write. - + - Gets or sets the used by the serializer when resolving type names. + Writes a value. - The binder. + The value to write. - + - Gets or sets the error handler called during serialization and deserialization. + Writes a value. - The error handler called during serialization and deserialization. + The value to write. - + - Gets or sets the used by the serializer when invoking serialization callback methods. + Writes a value. - The context. + The value to write. - + - Represents a reader that provides validation. + Writes a value. + The value to write. - + - Initializes a new instance of the class that - validates the content returned from the given . + Writes a value. - The to read from while validating. + The value to write. - + - Reads the next JSON token from the stream as a . + Writes a value. - A . + The value to write. - + - Reads the next JSON token from the stream as a . + Writes a value. - - A or a null reference if the next JSON token is null. - + The value to write. - + - Reads the next JSON token from the stream as a . + Writes a value. - A . + The value to write. - + - Reads the next JSON token from the stream as a . + Writes a value. - A . + The value to write. - + - Reads the next JSON token from the stream. + Writes a value. - - true if the next token was read successfully; false if there are no more tokens to read. - + The value to write. - + - Sets an event handler for receiving schema validation errors. + Writes a value. + The value to write. - + - Gets the text value of the current Json token. + Writes a value. - + The value to write. - + - Gets the depth of the current token in the JSON document. + Writes a value. - The depth of the current token in the JSON document. + The value to write. - + - Gets the quotation mark character used to enclose the value of a string. + Writes a value. - + The value to write. - + - Gets the type of the current Json token. + Writes a value. - + The value to write. - + - Gets the Common Language Runtime (CLR) type for the current Json token. + Writes a value. - + The value to write. - + - Gets or sets the schema. + Writes a value. - The schema. + The value to write. - + - Gets the used to construct this . + Writes a value. - The specified in the constructor. + The value to write. - + - Compares tokens to determine whether they are equal. + Writes a value. + The value to write. - + - Determines whether the specified objects are equal. + Writes a value. - The first object of type to compare. - The second object of type to compare. - - true if the specified objects are equal; otherwise, false. - + The value to write. - + - Returns a hash code for the specified object. + Writes out a comment /*...*/ containing the specified text. - The for which a hash code is to be returned. - A hash code for the specified object. - The type of is a reference type and is null. + Text to place inside the comment. - + - Specifies the member serialization options for the . + Writes out the given white space. + The string of white space characters. - + - All members are serialized by default. Members can be excluded using the . + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. - + - Only members must be marked with the are serialized. + Gets or sets which character to use to quote attribute values. - - - Specifies how object creation is handled by the . - - - - - Reuse existing objects, create new objects when needed. - - - - - Only reuse existing objects. - - - - - Always create new objects. - - - - - Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z). - - - + - Writes the JSON representation of the object. + Gets or sets which character to use for indenting when is set to Formatting.Indented. - The to write to. - The value. - The calling serializer. - + - Reads the JSON representation of the object. + Gets or sets a value indicating whether object names will be surrounded with quotes. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - + - Gets or sets the date time styles used when converting a date to and from JSON. + Specifies the type of Json token. - The date time styles used when converting a date to and from JSON. - + - Gets or sets the date time format used when converting a date to and from JSON. + This is returned by the if a method has not been called. - The date time format used when converting a date to and from JSON. - + - Gets or sets the culture used when converting a date to and from JSON. + An object start token. - The culture used when converting a date to and from JSON. - + - Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)). + An array start token. - + - Writes the JSON representation of the object. + A constructor start token. - The to write to. - The value. - The calling serializer. - + - Reads the JSON representation of the object. + An object property name. - The to read from. - Type of the object. - The existing property value of the JSON that is being converted. - The calling serializer. - The object value. - + - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. + A comment. - + - The time represented is local time. + Raw JSON. - + - The time represented is UTC. + An integer. - + - The time represented is not specified as either local time or Coordinated Universal Time (UTC). + A float. - + - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. + A string. - + - Converts XML to and from JSON. + A boolean. - + - Writes the JSON representation of the object. + A null token. - The to write to. - The calling serializer. - The value. - + - Reads the JSON representation of the object. + An undefined token. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - + - Checks if the attributeName is a namespace attribute. + An object end token. - Attribute name to test. - The attribute name prefix if it has one, otherwise an empty string. - True if attribute name is for a namespace attribute, otherwise false. - + - Determines whether this instance can convert the specified value type. + An array end token. - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - - + - Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements. + A constructor end token. - The name of the deserialize root element. - + - Gets or sets a flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. + A Date. - true if the array attibute is written to the XML; otherwise, false. - + - Gets or sets a value indicating whether to write the root JSON object. + Byte data. - true if the JSON root object is omitted; otherwise, false. - + - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides validation. - + - Initializes a new instance of the class with the specified . + Initializes a new instance of the class that + validates the content returned from the given . - The TextReader containing the XML data to read. + The to read from while validating. - + - Reads the next JSON token from the stream. + Reads the next JSON token from the stream as a . - - true if the next token was read successfully; false if there are no more tokens to read. - + A . - + Reads the next JSON token from the stream as a . @@ -3118,1327 +3117,1135 @@ A or a null reference if the next JSON token is null. - + Reads the next JSON token from the stream as a . A . - + - Reads the next JSON token from the stream as a . + Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. - + Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. - + - Changes the state to closed. + Reads the next JSON token from the stream as a . + A . - + - Gets a value indicating whether the class can return line information. + Reads the next JSON token from the stream. - true if LineNumber and LinePosition can be provided; otherwise, false. + true if the next token was read successfully; false if there are no more tokens to read. - + - Gets or sets the culture used when reading JSON. Defaults to . + Sets an event handler for receiving schema validation errors. - + - Gets the current line number. + Gets the text value of the current Json token. - - The current line number or 0 if no line information is available (for example, HasLineInfo returns false). - + - + - Gets the current line position. + Gets the depth of the current token in the JSON document. - - The current line position or 0 if no line information is available (for example, HasLineInfo returns false). - + The depth of the current token in the JSON document. - + - Instructs the to always serialize the member with the specified name. + Gets the path of the current JSON token. - + - Initializes a new instance of the class. + Gets the quotation mark character used to enclose the value of a string. + - + - Initializes a new instance of the class with the specified name. + Gets the type of the current Json token. - Name of the property. + - + - Gets or sets the null value handling used when serializing this property. + Gets the Common Language Runtime (CLR) type for the current Json token. - The null value handling. + - + - Gets or sets the default value handling used when serializing this property. + Gets or sets the schema. - The default value handling. + The schema. - + - Gets or sets the reference loop handling used when serializing this property. + Gets the used to construct this . - The reference loop handling. + The specified in the constructor. - + - Gets or sets the object creation handling used when deserializing this property. + The exception thrown when an error occurs while reading Json text. - The object creation handling. - + - Gets or sets the type name handling used when serializing this property. + Initializes a new instance of the class. - The type name handling. - + - Gets or sets whether this property's value is serialized as a reference. + Initializes a new instance of the class + with a specified error message. - Whether this property's value is serialized as a reference. + The error message that explains the reason for the exception. - + - Gets or sets the order of serialization and deserialization of a member. + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. - The numeric order of serialization or deserialization. + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - + - Gets or sets the name of the property. + Contains the LINQ to JSON extension methods. - The name of the property. - + - Gets or sets a value indicating whether this property is required. + Returns a collection of tokens that contains the ancestors of every token in the source collection. - - A value indicating whether this property is required. - + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the ancestors of every node in the source collection. - + - Instructs the not to serialize the public field or public read/write property value. + Returns a collection of tokens that contains the descendants of every token in the source collection. + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the descendants of every node in the source collection. - + - Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. + Returns a collection of child properties of every object in the source collection. + An of that contains the source collection. + An of that contains the properties of every object in the source collection. - + - Creates an instance of the JsonWriter class using the specified . + Returns a collection of child values of every object in the source collection with the given key. - The TextWriter to write to. + An of that contains the source collection. + The token key. + An of that contains the values of every node in the source collection with the given key. - + - Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. + Returns a collection of child values of every object in the source collection. + An of that contains the source collection. + An of that contains the values of every node in the source collection. - + - Closes this stream and the underlying stream. + Returns a collection of converted child values of every object in the source collection with the given key. + The type to convert the values to. + An of that contains the source collection. + The token key. + An that contains the converted values of every node in the source collection with the given key. - + - Writes the beginning of a Json object. + Returns a collection of converted child values of every object in the source collection. + The type to convert the values to. + An of that contains the source collection. + An that contains the converted values of every node in the source collection. - + - Writes the beginning of a Json array. + Converts the value. + The type to convert the value to. + A cast as a of . + A converted value. - + - Writes the start of a constructor with the given name. + Converts the value. - The name of the constructor. + The source collection type. + The type to convert the value to. + A cast as a of . + A converted value. - + - Writes the specified end token. + Returns a collection of child tokens of every array in the source collection. - The end token to write. + The source collection type. + An of that contains the source collection. + An of that contains the values of every node in the source collection. - + - Writes the property name of a name/value pair on a Json object. + Returns a collection of converted child tokens of every array in the source collection. - The name of the property. + An of that contains the source collection. + The type to convert the values to. + The source collection type. + An that contains the converted values of every node in the source collection. - + - Writes indent characters. + Returns the input typed as . + An of that contains the source collection. + The input typed as . - + - Writes the JSON value delimiter. + Returns the input typed as . + The source collection type. + An of that contains the source collection. + The input typed as . - + - Writes an indent space. + Represents a collection of objects. + The type of token - + - Writes a null value. + Gets the with the specified key. + - + - Writes an undefined value. + Represents a JSON array. - + - Writes raw JSON. + Represents a token that can contain other tokens. - The raw JSON to write. - + - Writes a value. + Represents an abstract JSON token. - The value to write. - + - Writes a value. + Compares the values of two tokens, including the values of all descendant tokens. - The value to write. + The first to compare. + The second to compare. + true if the tokens are equal; otherwise false. - + - Writes a value. + Adds the specified content immediately after this token. - The value to write. + A content object that contains simple content or a collection of content objects to be added after this token. - + - Writes a value. + Adds the specified content immediately before this token. - The value to write. + A content object that contains simple content or a collection of content objects to be added before this token. - + - Writes a value. + Returns a collection of the ancestor tokens of this token. - The value to write. + A collection of the ancestor tokens of this token. - + - Writes a value. + Returns a collection of the sibling tokens after this token, in document order. - The value to write. + A collection of the sibling tokens after this tokens, in document order. - + - Writes a value. + Returns a collection of the sibling tokens before this token, in document order. - The value to write. + A collection of the sibling tokens before this token, in document order. - + - Writes a value. + Gets the with the specified key converted to the specified type. - The value to write. + The type to convert the token to. + The token key. + The converted token value. - + - Writes a value. + Returns a collection of the child tokens of this token, in document order. - The value to write. + An of containing the child tokens of this , in document order. - + - Writes a value. + Returns a collection of the child tokens of this token, in document order, filtered by the specified type. - The value to write. + The type to filter the child tokens on. + A containing the child tokens of this , in document order. - + - Writes a value. + Returns a collection of the child values of this token, in document order. - The value to write. + The type to convert the values to. + A containing the child values of this , in document order. - + - Writes a value. + Removes this token from its parent. - The value to write. - + - Writes a value. + Replaces this token with the specified token. - The value to write. + The value. - + - Writes a value. + Writes this token to a . - The value to write. + A into which this method will write. + A collection of which will be used when writing the token. - + - Writes a value. + Returns the indented JSON for this token. - The value to write. + + The indented JSON for this token. + - + - Writes a value. + Returns the JSON for this token using the given formatting and converters. - The value to write. + Indicates how the output is formatted. + A collection of which will be used when writing the token. + The JSON for this token using the given formatting and converters. - + - Writes a value. + Performs an explicit conversion from to . - The value to write. + The value. + The result of the conversion. - + - Writes a value. + Performs an explicit conversion from to . - The value to write. + The value. + The result of the conversion. - + - Writes a value. + Performs an explicit conversion from to . - The value to write. + The value. + The result of the conversion. - + - Writes a value. + Performs an explicit conversion from to . - The value to write. + The value. + The result of the conversion. - + - Writes out a comment /*...*/ containing the specified text. + Performs an explicit conversion from to . - Text to place inside the comment. + The value. + The result of the conversion. - - - Writes out the given white space. - - The string of white space characters. - - - - Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. - - - - - Gets or sets which character to use to quote attribute values. - - - - - Gets or sets which character to use for indenting when is set to Formatting.Indented. - - - - - Gets or sets a value indicating whether object names will be surrounded with quotes. - - - - - The exception thrown when an error occurs while reading Json text. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - The exception thrown when an error occurs while reading Json text. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - Gets the line number indicating where the error occurred. - - The line number indicating where the error occurred. - - - - Gets the line position indicating where the error occurred. - - The line position indicating where the error occurred. - - - - Represents a collection of . - - - - - Provides methods for converting between common language runtime types and JSON types. - - - - - Represents JavaScript's boolean value true as a string. This field is read-only. - - - - - Represents JavaScript's boolean value false as a string. This field is read-only. - - - - - Represents JavaScript's null as a string. This field is read-only. - - - - - Represents JavaScript's undefined as a string. This field is read-only. - - - - - Represents JavaScript's positive infinity as a string. This field is read-only. - - - - - Represents JavaScript's negative infinity as a string. This field is read-only. - - - - - Represents JavaScript's NaN as a string. This field is read-only. - - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - The string delimiter character. - A JSON string representation of the . + The value. + The result of the conversion. - + - Converts the to its JSON string representation. + Performs an explicit conversion from to . - The value to convert. - A JSON string representation of the . + The value. + The result of the conversion. - + - Serializes the specified object to a JSON string. + Performs an explicit conversion from to . - The object to serialize. - A JSON string representation of the object. + The value. + The result of the conversion. - + - Serializes the specified object to a JSON string. + Performs an explicit conversion from to . - The object to serialize. - Indicates how the output is formatted. - - A JSON string representation of the object. - + The value. + The result of the conversion. - + - Serializes the specified object to a JSON string using a collection of . + Performs an explicit conversion from to . - The object to serialize. - A collection converters used while serializing. - A JSON string representation of the object. + The value. + The result of the conversion. - + - Serializes the specified object to a JSON string using a collection of . + Performs an explicit conversion from to . - The object to serialize. - Indicates how the output is formatted. - A collection converters used while serializing. - A JSON string representation of the object. + The value. + The result of the conversion. - + - Serializes the specified object to a JSON string using a collection of . + Performs an explicit conversion from to . - The object to serialize. - Indicates how the output is formatted. - The used to serialize the object. - If this is null, default serialization settings will be is used. - - A JSON string representation of the object. - + The value. + The result of the conversion. - + - Deserializes the JSON to a .NET object. + Performs an explicit conversion from to . - The JSON to deserialize. - The deserialized object from the Json string. + The value. + The result of the conversion. - + - Deserializes the JSON to a .NET object. + Performs an explicit conversion from to . - The JSON to deserialize. - - The used to deserialize the object. - If this is null, default serialization settings will be is used. - - The deserialized object from the JSON string. + The value. + The result of the conversion. - + - Deserializes the JSON to the specified .NET type. + Performs an implicit conversion from to . - The JSON to deserialize. - The of object being deserialized. - The deserialized object from the Json string. + The value to create a from. + The initialized with the specified value. - + - Deserializes the JSON to the specified .NET type. + Performs an implicit conversion from to . - The type of the object to deserialize to. - The JSON to deserialize. - The deserialized object from the Json string. + The value to create a from. + The initialized with the specified value. - + - Deserializes the JSON to the given anonymous type. + Performs an implicit conversion from to . - - The anonymous type to deserialize to. This can't be specified - traditionally and must be infered from the anonymous type passed - as a parameter. - - The JSON to deserialize. - The anonymous type object. - The deserialized anonymous type from the JSON string. + The value to create a from. + The initialized with the specified value. - + - Deserializes the JSON to the specified .NET type. + Performs an implicit conversion from to . - The type of the object to deserialize to. - The JSON to deserialize. - Converters to use while deserializing. - The deserialized object from the JSON string. + The value to create a from. + The initialized with the specified value. - + - Deserializes the JSON to the specified .NET type. + Performs an implicit conversion from to . - The type of the object to deserialize to. - The object to deserialize. - - The used to deserialize the object. - If this is null, default serialization settings will be is used. - - The deserialized object from the JSON string. + The value to create a from. + The initialized with the specified value. - + - Deserializes the JSON to the specified .NET type. + Performs an implicit conversion from to . - The JSON to deserialize. - The type of the object to deserialize. - Converters to use while deserializing. - The deserialized object from the JSON string. + The value to create a from. + The initialized with the specified value. - + - Deserializes the JSON to the specified .NET type. + Performs an implicit conversion from to . - The JSON to deserialize. - The type of the object to deserialize to. - - The used to deserialize the object. - If this is null, default serialization settings will be is used. - - The deserialized object from the JSON string. + The value to create a from. + The initialized with the specified value. - + - Populates the object with values from the JSON string. + Performs an implicit conversion from to . - The JSON to populate values from. - The target object to populate values onto. + The value to create a from. + The initialized with the specified value. - + - Populates the object with values from the JSON string. + Performs an implicit conversion from to . - The JSON to populate values from. - The target object to populate values onto. - - The used to deserialize the object. - If this is null, default serialization settings will be is used. - + The value to create a from. + The initialized with the specified value. - + - Serializes the XML node to a JSON string. + Performs an implicit conversion from to . - The node to serialize. - A JSON string of the XmlNode. + The value to create a from. + The initialized with the specified value. - + - Serializes the XML node to a JSON string. + Performs an implicit conversion from to . - The node to serialize. - Indicates how the output is formatted. - A JSON string of the XmlNode. + The value to create a from. + The initialized with the specified value. - + - Serializes the XML node to a JSON string. + Performs an implicit conversion from to . - The node to serialize. - Indicates how the output is formatted. - Omits writing the root object. - A JSON string of the XmlNode. + The value to create a from. + The initialized with the specified value. - + - Deserializes the XmlNode from a JSON string. + Performs an implicit conversion from to . - The JSON string. - The deserialized XmlNode + The value to create a from. + The initialized with the specified value. - + - Deserializes the XmlNode from a JSON string nested in a root elment. + Performs an implicit conversion from to . - The JSON string. - The name of the root element to append when deserializing. - The deserialized XmlNode + The value to create a from. + The initialized with the specified value. - + - Deserializes the XmlNode from a JSON string nested in a root elment. + Performs an implicit conversion from to . - The JSON string. - The name of the root element to append when deserializing. - - A flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - The deserialized XmlNode + The value to create a from. + The initialized with the specified value. - + - Serializes the to a JSON string. + Performs an implicit conversion from to . - The node to convert to JSON. - A JSON string of the XNode. + The value to create a from. + The initialized with the specified value. - + - Serializes the to a JSON string. + Performs an implicit conversion from to . - The node to convert to JSON. - Indicates how the output is formatted. - A JSON string of the XNode. + The value to create a from. + The initialized with the specified value. - + - Serializes the to a JSON string. + Performs an implicit conversion from to . - The node to serialize. - Indicates how the output is formatted. - Omits writing the root object. - A JSON string of the XNode. + The value to create a from. + The initialized with the specified value. - + - Deserializes the from a JSON string. + Performs an implicit conversion from to . - The JSON string. - The deserialized XNode + The value to create a from. + The initialized with the specified value. - + - Deserializes the from a JSON string nested in a root elment. + Performs an implicit conversion from to . - The JSON string. - The name of the root element to append when deserializing. - The deserialized XNode + The value to create a from. + The initialized with the specified value. - + - Deserializes the from a JSON string nested in a root elment. + Performs an implicit conversion from to . - The JSON string. - The name of the root element to append when deserializing. - - A flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - The deserialized XNode + The value to create a from. + The initialized with the specified value. - + - The exception thrown when an error occurs during Json serialization or deserialization. + Performs an implicit conversion from to . + The value to create a from. + The initialized with the specified value. - + - Initializes a new instance of the class. + Performs an implicit conversion from to . + The value to create a from. + The initialized with the specified value. - + - Initializes a new instance of the class - with a specified error message. + Performs an implicit conversion from to . - The error message that explains the reason for the exception. + The value to create a from. + The initialized with the specified value. - + - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. + Performs an implicit conversion from to . - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + The value to create a from. + The initialized with the specified value. - + - Initializes a new instance of the class. + Performs an implicit conversion from to . - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). + The value to create a from. + The initialized with the specified value. - + - Serializes and deserializes objects into and from the JSON format. - The enables you to control how objects are encoded into JSON. + Creates an for this token. + An that can be used to read this token and its descendants. - + - Initializes a new instance of the class. + Creates a from an object. + The object that will be used to create . + A with the value of the specified object - + - Creates a new instance using the specified . + Creates a from an object using the specified . - The settings to be applied to the . - A new instance using the specified . + The object that will be used to create . + The that will be used when reading the object. + A with the value of the specified object - + - Populates the JSON values onto the target object. + Creates the specified .NET type from the . - The that contains the JSON structure to reader values from. - The target object to populate values onto. + The new object created from the JSON value. - + - Populates the JSON values onto the target object. + Creates the specified .NET type from the using the specified . - The that contains the JSON structure to reader values from. - The target object to populate values onto. + The that will be used when creating the object. + The new object created from the JSON value. - + - Deserializes the Json structure contained by the specified . + Creates a from a . - The that contains the JSON structure to deserialize. - The being deserialized. + An positioned at the token to read into this . + + An that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + - + - Deserializes the Json structure contained by the specified - into an instance of the specified type. + Load a from a string that contains JSON. - The containing the object. - The of object being deserialized. - The instance of being deserialized. + A that contains JSON. + A populated from the string that contains JSON. - + - Deserializes the Json structure contained by the specified - into an instance of the specified type. + Creates a from a . - The containing the object. - The type of the object to deserialize. - The instance of being deserialized. + An positioned at the token to read into this . + + An that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + - + - Deserializes the Json structure contained by the specified - into an instance of the specified type. + Selects the token that matches the object path. - The containing the object. - The of object being deserialized. - The instance of being deserialized. + + The object path from the current to the + to be returned. This must be a string of property names or array indexes separated + by periods, such as Tables[0].DefaultView[0].Price in C# or + Tables(0).DefaultView(0).Price in Visual Basic. + + The that matches the object path or a null reference if no matching token is found. - + - Serializes the specified and writes the Json structure - to a Stream using the specified . + Selects the token that matches the object path. - The used to write the Json structure. - The to serialize. + + The object path from the current to the + to be returned. This must be a string of property names or array indexes separated + by periods, such as Tables[0].DefaultView[0].Price in C# or + Tables(0).DefaultView(0).Price in Visual Basic. + + A flag to indicate whether an error should be thrown if no token is found. + The that matches the object path. - + - Serializes the specified and writes the Json structure - to a Stream using the specified . + Returns the responsible for binding operations performed on this object. - The used to write the Json structure. - The to serialize. + The expression tree representation of the runtime value. + + The to bind this object. + - + - Occurs when the errors during serialization and deserialization. + Returns the responsible for binding operations performed on this object. + The expression tree representation of the runtime value. + + The to bind this object. + - + - Gets or sets the used by the serializer when resolving references. + Creates a new instance of the . All child tokens are recursively cloned. + A new instance of the . - + - Gets or sets the used by the serializer when resolving type names. + Gets a comparer that can compare two tokens for value equality. + A that can compare two nodes for value equality. - + - Gets or sets how type name writing and reading is handled by the serializer. + Gets or sets the parent. + The parent. - + - Gets or sets how a type name assembly is written and resolved by the serializer. + Gets the root of this . - The type name assembly format. + The root of this . - + - Gets or sets how object references are preserved by the serializer. + Gets the node type for this . + The type. - + - Get or set how reference loops (e.g. a class referencing itself) is handled. + Gets a value indicating whether this token has childen tokens. + + true if this token has child values; otherwise, false. + - + - Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + Gets the next sibling token of this node. + The that contains the next sibling token. - + - Get or set how null values are handled during serialization and deserialization. + Gets the previous sibling token of this node. + The that contains the previous sibling token. - + - Get or set how null default are handled during serialization and deserialization. + Gets the with the specified key. + The with the specified key. - + - Gets or sets how objects are created during deserialization. + Get the first child token of this token. - The object creation handling. + A containing the first child token of the . - + - Gets or sets how constructors are used during deserialization. + Get the last child token of this token. - The constructor handling. + A containing the last child token of the . - + - Gets a collection that will be used during serialization. + Raises the event. - Collection that will be used during serialization. + The instance containing the event data. - + - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. + Returns a collection of the child tokens of this token, in document order. + + An of containing the child tokens of this , in document order. + - + - Gets or sets the used by the serializer when invoking serialization callback methods. + Returns a collection of the child values of this token, in document order. - The context. + The type to convert the values to. + + A containing the child values of this , in document order. + - + - Contains the LINQ to JSON extension methods. + Returns a collection of the descendant tokens for this token in document order. + An containing the descendant tokens of the . - + - Returns a collection of tokens that contains the ancestors of every token in the source collection. + Adds the specified content as children of this . - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains the ancestors of every node in the source collection. + The content to be added. - + - Returns a collection of tokens that contains the descendants of every token in the source collection. + Adds the specified content as the first children of this . - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains the descendants of every node in the source collection. + The content to be added. - + - Returns a collection of child properties of every object in the source collection. + Creates an that can be used to add tokens to the . - An of that contains the source collection. - An of that contains the properties of every object in the source collection. + An that is ready to have content written to it. - + - Returns a collection of child values of every object in the source collection with the given key. + Replaces the children nodes of this token with the specified content. - An of that contains the source collection. - The token key. - An of that contains the values of every node in the source collection with the given key. + The content. - + - Returns a collection of child values of every object in the source collection. + Removes the child nodes from this token. - An of that contains the source collection. - An of that contains the values of every node in the source collection. - + - Returns a collection of converted child values of every object in the source collection with the given key. + Occurs when the items list of the collection has changed, or the collection is reset. - The type to convert the values to. - An of that contains the source collection. - The token key. - An that contains the converted values of every node in the source collection with the given key. - + - Returns a collection of converted child values of every object in the source collection. + Gets the container's children tokens. - The type to convert the values to. - An of that contains the source collection. - An that contains the converted values of every node in the source collection. + The container's children tokens. - + - Converts the value. + Gets a value indicating whether this token has childen tokens. - The type to convert the value to. - A cast as a of . - A converted value. + + true if this token has child values; otherwise, false. + - + - Converts the value. + Get the first child token of this token. - The source collection type. - The type to convert the value to. - A cast as a of . - A converted value. + + A containing the first child token of the . + - + - Returns a collection of child tokens of every array in the source collection. + Get the last child token of this token. - The source collection type. - An of that contains the source collection. - An of that contains the values of every node in the source collection. + + A containing the last child token of the . + - + - Returns a collection of converted child tokens of every array in the source collection. + Gets the count of child JSON tokens. - An of that contains the source collection. - The type to convert the values to. - The source collection type. - An that contains the converted values of every node in the source collection. + The count of child JSON tokens - + - Returns the input typed as . + Initializes a new instance of the class. - An of that contains the source collection. - The input typed as . - + - Returns the input typed as . + Initializes a new instance of the class from another object. - The source collection type. - An of that contains the source collection. - The input typed as . + A object to copy from. - + - Represents a JSON constructor. + Initializes a new instance of the class with the specified content. + The contents of the array. - + - Represents a token that can contain other tokens. + Initializes a new instance of the class with the specified content. + The contents of the array. - + - Raises the event. + Loads an from a . - The instance containing the event data. + A that will be read for the content of the . + A that contains the JSON that was read from the specified . - + - Raises the event. + Load a from a string that contains JSON. - The instance containing the event data. + A that contains JSON. + A populated from the string that contains JSON. - + - Returns a collection of the child tokens of this token, in document order. + Creates a from an object. - - An of containing the child tokens of this , in document order. - + The object that will be used to create . + A with the values of the specified object - + - Returns a collection of the child values of this token, in document order. + Creates a from an object. - The type to convert the values to. - - A containing the child values of this , in document order. - + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object - + - Returns a collection of the descendant tokens for this token in document order. + Writes this token to a . - An containing the descendant tokens of the . + A into which this method will write. + A collection of which will be used when writing the token. - + - Adds the specified content as children of this . + Determines the index of a specific item in the . - The content to be added. + The object to locate in the . + + The index of if found in the list; otherwise, -1. + - + - Adds the specified content as the first children of this . + Inserts an item to the at the specified index. - The content to be added. + The zero-based index at which should be inserted. + The object to insert into the . + + is not a valid index in the . + The is read-only. - + - Creates an that can be used to add tokens to the . + Removes the item at the specified index. - An that is ready to have content written to it. + The zero-based index of the item to remove. + + is not a valid index in the . + The is read-only. - + - Replaces the children nodes of this token with the specified content. + Adds an item to the . - The content. + The object to add to the . + The is read-only. - + - Removes the child nodes from this token. + Removes all items from the . + The is read-only. - + - Occurs when the list changes or an item in the list changes. + Determines whether the contains a specific value. + The object to locate in the . + + true if is found in the ; otherwise, false. + - + - Occurs before an item is added to the collection. + Removes the first occurrence of a specific object from the . + The object to remove from the . + + true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original . + + The is read-only. - + Gets the container's children tokens. The container's children tokens. - + - Gets a value indicating whether this token has childen tokens. + Gets the node type for this . - - true if this token has child values; otherwise, false. - + The type. - + - Get the first child token of this token. + Gets the with the specified key. - - A containing the first child token of the . - + The with the specified key. - + - Get the last child token of this token. + Gets or sets the at the specified index. - - A containing the last child token of the . - + - + - Gets the count of child JSON tokens. + Represents a JSON constructor. - The count of child JSON tokens @@ -4635,387 +4442,560 @@ - Creates a from an object. + Creates a from an object. + + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Adds the specified property name. + + Name of the property. + The value. + + + + Removes the property with the specified name. + + Name of the property. + true if item was successfully removed; otherwise, false. + + + + Tries the get value. + + Name of the property. + The value. + true if a value was successfully retrieved; otherwise, false. + + + + Returns an enumerator that iterates through the collection. + + + A that can be used to iterate through the collection. + + + + + Raises the event with the provided arguments. + + Name of the property. + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Occurs when a property value changes. + + + + + Gets the node type for this . + + The type. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets or sets the with the specified property name. + + + + + + Represents a JSON property. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets the property name. + + The property name. + + + + Gets or sets the property value. + + The property value. + + + + Gets the node type for this . + + The type. + + + + Represents a raw JSON string. + + + + + Represents a value in JSON (string, integer, date, etc). + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. - The object that will be used to create . - The that will be used to read the object. - A with the values of the specified object + The value. - + - Writes this token to a . + Initializes a new instance of the class with the given value. - A into which this method will write. - A collection of which will be used when writing the token. + The value. - + - Adds the specified property name. + Initializes a new instance of the class with the given value. - Name of the property. The value. - + - Removes the property with the specified name. + Initializes a new instance of the class with the given value. - Name of the property. - true if item was successfully removed; otherwise, false. + The value. - + - Tries the get value. + Initializes a new instance of the class with the given value. - Name of the property. The value. - true if a value was successfully retrieved; otherwise, false. - + - Returns an enumerator that iterates through the collection. + Creates a comment with the given value. - - A that can be used to iterate through the collection. - + The value. + A comment with the given value. - + - Raises the event with the provided arguments. + Creates a string with the given value. - Name of the property. + The value. + A string with the given value. - + - Raises the event with the provided arguments. + Writes this token to a . - Name of the property. + A into which this method will write. + A collection of which will be used when writing the token. - + - Returns the properties for this instance of a component. + Indicates whether the current object is equal to another object of the same type. - A that represents the properties for this component instance. + true if the current object is equal to the parameter; otherwise, false. + An object to compare with this object. - + - Returns the properties for this instance of a component using the attribute array as a filter. + Determines whether the specified is equal to the current . - An array of type that is used as a filter. + The to compare with the current . - A that represents the filtered properties for this component instance. + true if the specified is equal to the current ; otherwise, false. + + The parameter is null. + - + - Returns a collection of custom attributes for this instance of a component. + Serves as a hash function for a particular type. - An containing the attributes for this object. + A hash code for the current . - + - Returns the class name of this instance of a component. + Returns a that represents this instance. - The class name of the object, or null if the class does not have a name. + A that represents this instance. - + - Returns the name of this instance of a component. + Returns a that represents this instance. + The format. - The name of the object, or null if the object does not have a name. + A that represents this instance. - + - Returns a type converter for this instance of a component. + Returns a that represents this instance. + The format provider. - A that is the converter for this object, or null if there is no for this object. + A that represents this instance. - + - Returns the default event for this instance of a component. + Returns a that represents this instance. + The format. + The format provider. - An that represents the default event for this object, or null if this object does not have events. + A that represents this instance. - + - Returns the default property for this instance of a component. + Returns the responsible for binding operations performed on this object. + The expression tree representation of the runtime value. - A that represents the default property for this object, or null if this object does not have properties. + The to bind this object. - + - Returns an editor of the specified type for this instance of a component. + Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. - A that represents the editor for this object. + An object to compare with this instance. - An of the specified type that is the editor for this object, or null if the editor cannot be found. + A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: + Value + Meaning + Less than zero + This instance is less than . + Zero + This instance is equal to . + Greater than zero + This instance is greater than . + + is not the same type as this instance. + - + - Returns the events for this instance of a component using the specified attribute array as a filter. + Gets a value indicating whether this token has childen tokens. - An array of type that is used as a filter. - - An that represents the filtered events for this component instance. - + + true if this token has child values; otherwise, false. + - + - Returns the events for this instance of a component. + Gets the node type for this . - - An that represents the events for this component instance. - + The type. - + - Returns an object that contains the property described by the specified property descriptor. + Gets or sets the underlying token value. - A that represents the property whose owner is to be found. - - An that represents the owner of the specified property. - + The underlying token value. - + - Gets the container's children tokens. + Initializes a new instance of the class from another object. - The container's children tokens. + A object to copy from. - + - Occurs when a property value changes. + Initializes a new instance of the class. + The raw json. - + - Occurs when a property value is changing. + Creates an instance of with the content of the reader's current token. + The reader. + An instance of with the content of the reader's current token. - + - Gets the node type for this . + Compares tokens to determine whether they are equal. - The type. - + - Gets the with the specified key. + Determines whether the specified objects are equal. - The with the specified key. + The first object of type to compare. + The second object of type to compare. + + true if the specified objects are equal; otherwise, false. + - + - Gets or sets the with the specified property name. + Returns a hash code for the specified object. - + The for which a hash code is to be returned. + A hash code for the specified object. + The type of is a reference type and is null. - + - Represents a JSON array. + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. - + - Initializes a new instance of the class. + Initializes a new instance of the class. + The token to read from. - + - Initializes a new instance of the class from another object. + Reads the next JSON token from the stream as a . - A object to copy from. + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + - + - Initializes a new instance of the class with the specified content. + Reads the next JSON token from the stream as a . - The contents of the array. + A . This method will return null at the end of an array. - + - Initializes a new instance of the class with the specified content. + Reads the next JSON token from the stream as a . - The contents of the array. + A . This method will return null at the end of an array. - + - Loads an from a . + Reads the next JSON token from the stream as a . - A that will be read for the content of the . - A that contains the JSON that was read from the specified . + A . This method will return null at the end of an array. - + - Load a from a string that contains JSON. + Reads the next JSON token from the stream as a . - A that contains JSON. - A populated from the string that contains JSON. + A . This method will return null at the end of an array. - + - Creates a from an object. + Reads the next JSON token from the stream as a . - The object that will be used to create . - A with the values of the specified object + A . This method will return null at the end of an array. - + - Creates a from an object. + Reads the next JSON token from the stream. - The object that will be used to create . - The that will be used to read the object. - A with the values of the specified object + + true if the next token was read successfully; false if there are no more tokens to read. + - + - Writes this token to a . + Specifies the type of token. - A into which this method will write. - A collection of which will be used when writing the token. - + - Determines the index of a specific item in the . + No token type has been set. - The object to locate in the . - - The index of if found in the list; otherwise, -1. - - + - Inserts an item to the at the specified index. + A JSON object. - The zero-based index at which should be inserted. - The object to insert into the . - - is not a valid index in the . - The is read-only. - + - Removes the item at the specified index. + A JSON array. - The zero-based index of the item to remove. - - is not a valid index in the . - The is read-only. - + - Adds an item to the . + A JSON constructor. - The object to add to the . - The is read-only. - + - Removes all items from the . + A JSON object property. - The is read-only. - + - Determines whether the contains a specific value. + A comment. - The object to locate in the . - - true if is found in the ; otherwise, false. - - + - Removes the first occurrence of a specific object from the . + An integer value. - The object to remove from the . - - true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original . - - The is read-only. - + - Gets the container's children tokens. + A float value. - The container's children tokens. - + - Gets the node type for this . + A string value. - The type. - + - Gets the with the specified key. + A boolean value. - The with the specified key. - + - Gets or sets the at the specified index. + A null value. - - + - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + An undefined value. - + - Initializes a new instance of the class. + A date value. - The token to read from. - + - Reads the next JSON token from the stream as a . + A raw JSON value. - - A or a null reference if the next JSON token is null. - - + - Reads the next JSON token from the stream as a . + A collection of bytes value. - A . - + - Reads the next JSON token from the stream as a . + A Guid value. - A . - + - Reads the next JSON token from the stream as a . + A Uri value. - A . - + - Reads the next JSON token from the stream. + A TimeSpan value. - - true if the next token was read successfully; false if there are no more tokens to read. - @@ -5219,162 +5199,134 @@ The token being writen. - - - Represents a JSON property. - - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class. - - The property name. - The property content. - - + - Initializes a new instance of the class. + Specifies the member serialization options for the . - The property name. - The property content. - + - Writes this token to a . + All members are serialized by default. Members can be excluded using the . - A into which this method will write. - A collection of which will be used when writing the token. - + - Loads an from a . + Only members must be marked with the are serialized. - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - + - Gets the container's children tokens. + Specifies missing member handling options for the . - The container's children tokens. - + - Gets the property name. + Ignore a missing member and do not attempt to deserialize it. - The property name. - + - Gets or sets the property value. + Throw a when a missing member is encountered during deserialization. - The property value. - + - Gets the node type for this . + Specifies null value handling options for the . - The type. - + - Specifies the type of token. + Include null values when serializing and deserializing objects. - + - No token type has been set. + Ignore null values when serializing and deserializing objects. - + - A JSON object. + Specifies how object creation is handled by the . - + - A JSON array. + Reuse existing objects, create new objects when needed. - + - A JSON constructor. + Only reuse existing objects. - + - A JSON object property. + Always create new objects. - + - A comment. + Specifies reference handling options for the . - + - An integer value. + Do not preserve references when serializing types. - + - A float value. + Preserve references when serializing into a JSON object structure. - + - A string value. + Preserve references when serializing into a JSON array structure. - + - A boolean value. + Preserve references when serializing. - + - A null value. + Specifies reference loop handling options for the . - + - An undefined value. + Throw a when a loop is encountered. - + - A date value. + Ignore loop references and do not serialize. - + - A raw JSON value. + Serialize loop references. - + - A collection of bytes value. + Indicating whether a property is required. - + - A Guid value. + The property is not required. The default state. - + - A Uri value. + The property must be defined in JSON but can be a null value. - + - A TimeSpan value. + The property must be defined in JSON and cannot be a null value. @@ -5392,6 +5344,17 @@ true if the specified is valid; otherwise, false. + + + Determines whether the is valid. + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + Validates the specified . @@ -5407,963 +5370,986 @@ The schema to test with. The validation event handler. - + - Returns detailed information about the schema exception. + An in-memory representation of a JSON Schema. - + - Initializes a new instance of the class. + Initializes a new instance of the class. - + - Initializes a new instance of the class - with a specified error message. + Reads a from the specified . - The error message that explains the reason for the exception. + The containing the JSON Schema to read. + The object representing the JSON Schema. - + - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. + Reads a from the specified . - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + The containing the JSON Schema to read. + The to use when resolving schema references. + The object representing the JSON Schema. + + + + Load a from a string that contains schema JSON. + + A that contains JSON. + A populated from the string that contains JSON. - + - Initializes a new instance of the class. + Parses the specified json. + + The json. + The resolver. + A populated from the string that contains JSON. + + + + Writes this schema to a . + + A into which this method will write. + + + + Writes this schema to a using the specified . - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). + A into which this method will write. + The resolver used. - + - Gets the line number indicating where the error occurred. + Returns a that represents the current . - The line number indicating where the error occurred. + + A that represents the current . + - + - Gets the line position indicating where the error occurred. + Gets or sets the id. - The line position indicating where the error occurred. - + - Resolves from an id. + Gets or sets the title. - + - Initializes a new instance of the class. + Gets or sets whether the object is required. - + - Gets a for the specified id. + Gets or sets whether the object is read only. - The id. - A for the specified id. - + - Gets or sets the loaded schemas. + Gets or sets whether the object is visible to users. - The loaded schemas. - + - Specifies undefined schema Id handling options for the . + Gets or sets whether the object is transient. - + - Do not infer a schema Id. + Gets or sets the description of the object. - + - Use the .NET type name as the schema Id. + Gets or sets the types of values allowed by the object. + The type. - + - Use the assembly qualified .NET type name as the schema Id. + Gets or sets the pattern. + The pattern. - + - Returns detailed information related to the . + Gets or sets the minimum length. + The minimum length. - + - Gets the associated with the validation event. + Gets or sets the maximum length. - The JsonSchemaException associated with the validation event. + The maximum length. - + - Gets the text description corresponding to the validation event. + Gets or sets a number that the value should be divisble by. - The text description. + A number that the value should be divisble by. - + - Represents the callback method that will handle JSON schema validation events and the . + Gets or sets the minimum. + The minimum. - + - Resolves member mappings for a type, camel casing property names. + Gets or sets the maximum. + The maximum. - + - Used by to resolves a for a given . + Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute. + A flag indicating whether the value can not equal the number defined by the "minimum" attribute. - + - Used by to resolves a for a given . + Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute. + A flag indicating whether the value can not equal the number defined by the "maximum" attribute. - + - Resolves the contract for a given type. + Gets or sets the minimum number of items. - The type to resolve a contract for. - The contract for a given type. + The minimum number of items. - + - Initializes a new instance of the class. + Gets or sets the maximum number of items. + The maximum number of items. - + - Initializes a new instance of the class. + Gets or sets the of items. - - If set to true the will use a cached shared with other resolvers of the same type. - Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected - behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly - recommended to reuse instances with the . - + The of items. - + - Resolves the contract for a given type. + Gets or sets the of properties. - The type to resolve a contract for. - The contract for a given type. + The of properties. - + - Gets the serializable members for the type. + Gets or sets the of additional properties. - The type to get serializable members for. - The serializable members for the type. + The of additional properties. - + - Creates a for the given type. + Gets or sets the pattern properties. - Type of the object. - A for the given type. + The pattern properties. - + - Creates the constructor parameters. + Gets or sets a value indicating whether additional properties are allowed. - The constructor to create properties for. - The type's member properties. - Properties for the given . + + true if additional properties are allowed; otherwise, false. + - + - Creates a for the given . + Gets or sets the required property if this property is present. - The matching member property. - The constructor parameter. - A created for the given . + The required property if this property is present. - + - Resolves the default for the contract. + Gets or sets the identity. - Type of the object. - + The identity. - + - Creates a for the given type. + Gets or sets the a collection of valid enum values allowed. - Type of the object. - A for the given type. + A collection of valid enum values allowed. - + - Creates a for the given type. + Gets or sets a collection of options. - Type of the object. - A for the given type. + A collection of options. - + - Creates a for the given type. + Gets or sets disallowed types. - Type of the object. - A for the given type. + The disallow types. - + - Creates a for the given type. + Gets or sets the default value. - Type of the object. - A for the given type. + The default value. - + - Creates a for the given type. + Gets or sets the extend . - Type of the object. - A for the given type. + The extended . - + - Creates a for the given type. + Gets or sets the format. - Type of the object. - A for the given type. + The format. - + - Determines which contract type is created for the given type. + Returns detailed information about the schema exception. - Type of the object. - A for the given type. - + - Creates properties for the given . + Initializes a new instance of the class. - The type to create properties for. - /// The member serialization mode for the type. - Properties for the given . - + - Creates the used by the serializer to get and set values from a member. + Initializes a new instance of the class + with a specified error message. - The member. - The used by the serializer to get and set values from a member. + The error message that explains the reason for the exception. - + - Creates a for the given . + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. - The member's parent . - The member to create a for. - A created for the given . + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - + - Resolves the name of the property. + Gets the line number indicating where the error occurred. - Name of the property. - Name of the property. + The line number indicating where the error occurred. - + - Gets a value indicating whether members are being get and set using dynamic code generation. - This value is determined by the runtime permissions available. + Gets the line position indicating where the error occurred. - - true if using dynamic code generation; otherwise, false. - + The line position indicating where the error occurred. - + - Gets or sets the default members search flags. + Gets the path to the JSON where the error occurred. - The default members search flags. + The path to the JSON where the error occurred. - + - Gets or sets a value indicating whether compiler generated members should be serialized. + Generates a from a specified . - - true if serialized compiler generated members; otherwise, false. - - + - Initializes a new instance of the class. + Generate a from the specified type. + The type to generate a from. + A generated from the specified type. - + - Resolves the name of the property. + Generate a from the specified type. - Name of the property. - The property name camel cased. + The type to generate a from. + The used to resolve schema references. + A generated from the specified type. - + - The default serialization binder used when resolving and loading classes from type names. + Generate a from the specified type. + The type to generate a from. + Specify whether the generated root will be nullable. + A generated from the specified type. - + - When overridden in a derived class, controls the binding of a serialized object to a type. + Generate a from the specified type. - Specifies the name of the serialized object. - Specifies the name of the serialized object. - - The type of the object the formatter creates a new instance of. - + The type to generate a from. + The used to resolve schema references. + Specify whether the generated root will be nullable. + A generated from the specified type. - + - Provides information surrounding an error. + Gets or sets how undefined schemas are handled by the serializer. - + - Gets or sets the error. + Gets or sets the contract resolver. - The error. + The contract resolver. - + - Gets the original object that caused the error. + Resolves from an id. - The original object that caused the error. - + - Gets the member that caused the error. + Initializes a new instance of the class. - The member that caused the error. - + - Gets or sets a value indicating whether this is handled. + Gets a for the specified id. - true if handled; otherwise, false. + The id. + A for the specified id. - + - Contract details for a used by the . + Gets or sets the loaded schemas. + The loaded schemas. - + - Initializes a new instance of the class. + The value types allowed by the . - The underlying type for the contract. - + - Contract details for a used by the . + No type specified. - + - Initializes a new instance of the class. + String type. - The underlying type for the contract. - + - Gets or sets the property name resolver. + Float type. - The property name resolver. - + - Maps a JSON property to a .NET member or constructor parameter. + Integer type. - + - Returns a that represents this instance. + Boolean type. - - A that represents this instance. - - + - Gets or sets the name of the property. + Object type. - The name of the property. - + - Gets or sets the type that declared this property. + Array type. - The type that declared this property. - + - Gets or sets the order of serialization and deserialization of a member. + Null type. - The numeric order of serialization or deserialization. - + - Gets or sets the name of the underlying member or parameter. + Any type. - The name of the underlying member or parameter. - + - Gets the that will get and set the during serialization. + Specifies undefined schema Id handling options for the . - The that will get and set the during serialization. - + - Gets or sets the type of the property. + Do not infer a schema Id. - The type of the property. - + - Gets or sets the for the property. - If set this converter takes presidence over the contract converter for the property type. + Use the .NET type name as the schema Id. - The converter. - + - Gets the member converter. + Use the assembly qualified .NET type name as the schema Id. - The member converter. - + - Gets a value indicating whether this is ignored. + Returns detailed information related to the . - true if ignored; otherwise, false. - + - Gets a value indicating whether this is readable. + Gets the associated with the validation error. - true if readable; otherwise, false. + The JsonSchemaException associated with the validation error. - + - Gets a value indicating whether this is writable. + Gets the path of the JSON location where the validation error occurred. - true if writable; otherwise, false. + The path of the JSON location where the validation error occurred. - + - Gets the default value. + Gets the text description corresponding to the validation error. - The default value. + The text description. - + - Gets a value indicating whether this is required. + Represents the callback method that will handle JSON schema validation events and the . - A value indicating whether this is required. - + - Gets a value indicating whether this property preserves object references. + Allows users to control class loading and mandate what class to load. - - true if this instance is reference; otherwise, false. - - + - Gets the property null value handling. + When overridden in a derived class, controls the binding of a serialized object to a type. - The null value handling. + Specifies the name of the serialized object. + Specifies the name of the serialized object + The type of the object the formatter creates a new instance of. - + - Gets the property default value handling. + When overridden in a derived class, controls the binding of a serialized object to a type. - The default value handling. + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. - + - Gets the property reference loop handling. + Resolves member mappings for a type, camel casing property names. - The reference loop handling. - + - Gets the property object creation handling. + Used by to resolves a for a given . - The object creation handling. - + - Gets or sets the type name handling. + Used by to resolves a for a given . - The type name handling. - + - Gets or sets a predicate used to determine whether the property should be serialize. + Resolves the contract for a given type. - A predicate used to determine whether the property should be serialize. + The type to resolve a contract for. + The contract for a given type. - + - Gets or sets a predicate used to determine whether the property should be serialized. + Initializes a new instance of the class. - A predicate used to determine whether the property should be serialized. - + - Gets or sets an action used to set whether the property has been deserialized. + Initializes a new instance of the class. - An action used to set whether the property has been deserialized. + + If set to true the will use a cached shared with other resolvers of the same type. + Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected + behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly + recommended to reuse instances with the . + - + - A collection of objects. + Resolves the contract for a given type. + The type to resolve a contract for. + The contract for a given type. - + - Initializes a new instance of the class. + Gets the serializable members for the type. - The type. + The type to get serializable members for. + The serializable members for the type. - + - When implemented in a derived class, extracts the key from the specified element. + Creates a for the given type. - The element from which to extract the key. - The key for the specified element. + Type of the object. + A for the given type. - + - Adds a object. + Creates the constructor parameters. - The property to add to the collection. + The constructor to create properties for. + The type's member properties. + Properties for the given . - + - Gets the closest matching object. - First attempts to get an exact case match of propertyName and then - a case insensitive match. + Creates a for the given . - Name of the property. - A matching property if found. + The matching member property. + The constructor parameter. + A created for the given . - + - Gets a property by property name. + Resolves the default for the contract. - The name of the property to get. - Type property name string comparison. - A matching property if found. + Type of the object. + - + - Specifies missing member handling options for the . + Creates a for the given type. + Type of the object. + A for the given type. - + - Ignore a missing member and do not attempt to deserialize it. + Creates a for the given type. + Type of the object. + A for the given type. - + - Throw a when a missing member is encountered during deserialization. + Creates a for the given type. + Type of the object. + A for the given type. - + - Specifies null value handling options for the . + Creates a for the given type. + Type of the object. + A for the given type. - + - Include null values when serializing and deserializing objects. + Creates a for the given type. + Type of the object. + A for the given type. - + - Ignore null values when serializing and deserializing objects. + Creates a for the given type. + Type of the object. + A for the given type. - + - Specifies reference loop handling options for the . + Determines which contract type is created for the given type. + Type of the object. + A for the given type. - + - Throw a when a loop is encountered. + Creates properties for the given . + The type to create properties for. + /// The member serialization mode for the type. + Properties for the given . - + - Ignore loop references and do not serialize. + Creates the used by the serializer to get and set values from a member. + The member. + The used by the serializer to get and set values from a member. - + - Serialize loop references. + Creates a for the given . + The member's parent . + The member to create a for. + A created for the given . - + - An in-memory representation of a JSON Schema. + Resolves the name of the property. + Name of the property. + Name of the property. - + - Initializes a new instance of the class. + Gets a value indicating whether members are being get and set using dynamic code generation. + This value is determined by the runtime permissions available. + + true if using dynamic code generation; otherwise, false. + - + - Reads a from the specified . + Gets or sets a value indicating whether compiler generated members should be serialized. - The containing the JSON Schema to read. - The object representing the JSON Schema. + + true if serialized compiler generated members; otherwise, false. + - + - Reads a from the specified . + Initializes a new instance of the class. - The containing the JSON Schema to read. - The to use when resolving schema references. - The object representing the JSON Schema. - + - Load a from a string that contains schema JSON. + Resolves the name of the property. - A that contains JSON. - A populated from the string that contains JSON. + Name of the property. + The property name camel cased. - + - Parses the specified json. + Used to resolve references when serializing and deserializing JSON by the . - The json. - The resolver. - A populated from the string that contains JSON. - + - Writes this schema to a . + Resolves a reference to its object. - A into which this method will write. + The serialization context. + The reference to resolve. + The object that - + - Writes this schema to a using the specified . + Gets the reference for the sepecified object. - A into which this method will write. - The resolver used. + The serialization context. + The object to get a reference for. + The reference to the object. - + - Returns a that represents the current . + Determines whether the specified object is referenced. + The serialization context. + The object to test for a reference. - A that represents the current . + true if the specified object is referenced; otherwise, false. - - - Gets or sets the id. - - - + - Gets or sets the title. + Adds a reference to the specified object. + The serialization context. + The reference. + The object to reference. - + - Gets or sets whether the object is required. + The default serialization binder used when resolving and loading classes from type names. - + - Gets or sets whether the object is read only. + When overridden in a derived class, controls the binding of a serialized object to a type. + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + The type of the object the formatter creates a new instance of. + - + - Gets or sets whether the object is visible to users. + When overridden in a derived class, controls the binding of a serialized object to a type. + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. - + - Gets or sets whether the object is transient. + Get and set values for a using dynamic methods. - + - Gets or sets the description of the object. + Provides methods to get and set values. - + - Gets or sets the types of values allowed by the object. + Sets the value. - The type. + The target to set the value on. + The value to set on the target. - + - Gets or sets the pattern. + Gets the value. - The pattern. + The target to get the value from. + The value. - + - Gets or sets the minimum length. + Initializes a new instance of the class. - The minimum length. + The member info. - + - Gets or sets the maximum length. + Sets the value. - The maximum length. + The target to set the value on. + The value to set on the target. - + - Gets or sets a number that the value should be divisble by. + Gets the value. - A number that the value should be divisble by. + The target to get the value from. + The value. - + - Gets or sets the minimum. + Provides information surrounding an error. - The minimum. - + - Gets or sets the maximum. + Gets or sets the error. - The maximum. + The error. - + - Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute. + Gets the original object that caused the error. - A flag indicating whether the value can not equal the number defined by the "minimum" attribute. + The original object that caused the error. - + - Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute. + Gets the member that caused the error. - A flag indicating whether the value can not equal the number defined by the "maximum" attribute. + The member that caused the error. - + - Gets or sets the minimum number of items. + Gets the path of the JSON location where the error occurred. - The minimum number of items. + The path of the JSON location where the error occurred. - + - Gets or sets the maximum number of items. + Gets or sets a value indicating whether this is handled. - The maximum number of items. + true if handled; otherwise, false. - + - Gets or sets the of items. + Provides data for the Error event. - The of items. - + - Gets or sets the of properties. + Initializes a new instance of the class. - The of properties. + The current object. + The error context. - + - Gets or sets the of additional properties. + Gets the current object the error event is being raised against. - The of additional properties. + The current object the error event is being raised against. - + - Gets or sets the pattern properties. + Gets the error context. - The pattern properties. + The error context. - + - Gets or sets a value indicating whether additional properties are allowed. + Contract details for a used by the . - - true if additional properties are allowed; otherwise, false. - - + - Gets or sets the required property if this property is present. + Contract details for a used by the . - The required property if this property is present. - + - Gets or sets the identity. + Gets the underlying type for the contract. - The identity. + The underlying type for the contract. - + - Gets or sets the a collection of valid enum values allowed. + Gets or sets the type created during deserialization. - A collection of valid enum values allowed. + The type created during deserialization. - + - Gets or sets a collection of options. + Gets or sets whether this type contract is serialized as a reference. - A collection of options. + Whether this type contract is serialized as a reference. - + - Gets or sets disallowed types. + Gets or sets the default for this contract. - The disallow types. + The converter. - + - Gets or sets the default value. + Gets or sets the method called immediately after deserialization of the object. - The default value. + The method called immediately after deserialization of the object. - + - Gets or sets the extend . + Gets or sets the method called during deserialization of the object. - The extended . + The method called during deserialization of the object. - + - Gets or sets the format. + Gets or sets the method called after serialization of the object graph. - The format. + The method called after serialization of the object graph. - + - Generates a from a specified . + Gets or sets the method called before serialization of the object. + The method called before serialization of the object. - + - Generate a from the specified type. + Gets or sets the default creator method used to create the object. - The type to generate a from. - A generated from the specified type. + The default creator method used to create the object. - + - Generate a from the specified type. + Gets or sets a value indicating whether the default creator is non public. - The type to generate a from. - The used to resolve schema references. - A generated from the specified type. + true if the default object creator is non-public; otherwise, false. - + - Generate a from the specified type. + Gets or sets the method called when an error is thrown during the serialization of the object. - The type to generate a from. - Specify whether the generated root will be nullable. - A generated from the specified type. + The method called when an error is thrown during the serialization of the object. - + - Generate a from the specified type. + Initializes a new instance of the class. - The type to generate a from. - The used to resolve schema references. - Specify whether the generated root will be nullable. - A generated from the specified type. + The underlying type for the contract. - + - Gets or sets how undefined schemas are handled by the serializer. + Gets the of the collection items. + The of the collection items. - + - Gets or sets the contract resolver. + Contract details for a used by the . - The contract resolver. - + - The value types allowed by the . + Initializes a new instance of the class. + The underlying type for the contract. - + - No type specified. + Gets or sets the property name resolver. + The property name resolver. - + - String type. + Gets the of the dictionary keys. + The of the dictionary keys. - + - Float type. + Gets the of the dictionary values. + The of the dictionary values. - + - Integer type. + Contract details for a used by the . - + - Boolean type. + Initializes a new instance of the class. + The underlying type for the contract. - + - Object type. + Gets the object's properties. + The object's properties. - + - Array type. + Gets or sets the property name resolver. + The property name resolver. - + - Null type. + Contract details for a used by the . - + - Any type. + Initializes a new instance of the class. + The underlying type for the contract. @@ -6407,284 +6393,288 @@ The parametrized constructor. - + Contract details for a used by the . - + - Initializes a new instance of the class. + Initializes a new instance of the class. The underlying type for the contract. - - - Get and set values for a using reflection. - - - - - Initializes a new instance of the class. - - The member info. - - - - Sets the value. - - The target to set the value on. - The value to set on the target. - - + - Gets the value. + Maps a JSON property to a .NET member or constructor parameter. - The target to get the value from. - The value. - + - When applied to a method, specifies that the method is called when an error occurs serializing an object. + Returns a that represents this instance. + + A that represents this instance. + - + - Represents a method that constructs an object. + Gets or sets the name of the property. + The name of the property. - + - Specifies type name handling options for the . + Gets or sets the type that declared this property. + The type that declared this property. - + - Do not include the .NET type name when serializing types. + Gets or sets the order of serialization and deserialization of a member. + The numeric order of serialization or deserialization. - + - Include the .NET type name when serializing into a JSON object structure. + Gets or sets the name of the underlying member or parameter. + The name of the underlying member or parameter. - + - Include the .NET type name when serializing into a JSON array structure. + Gets the that will get and set the during serialization. + The that will get and set the during serialization. - + - Include the .NET type name when the type of the object being serialized is not the same as its declared type. + Gets or sets the type of the property. + The type of the property. - + - Always include the .NET type name when serializing. + Gets or sets the for the property. + If set this converter takes presidence over the contract converter for the property type. + The converter. - + - Converts the value to the specified type. + Gets the member converter. - The value to convert. - The culture to use when converting. - The type to convert the value to. - The converted type. + The member converter. - + - Converts the value to the specified type. + Gets a value indicating whether this is ignored. - The value to convert. - The culture to use when converting. - The type to convert the value to. - The converted value if the conversion was successful or the default value of T if it failed. - - true if initialValue was converted successfully; otherwise, false. - + true if ignored; otherwise, false. - + - Converts the value to the specified type. If the value is unable to be converted, the - value is checked whether it assignable to the specified type. + Gets a value indicating whether this is readable. - The value to convert. - The culture to use when converting. - The type to convert or cast the value to. - - The converted type. If conversion was unsuccessful, the initial value - is returned if assignable to the target type. - + true if readable; otherwise, false. - + - Gets a dictionary of the names and values of an Enum type. + Gets a value indicating whether this is writable. - + true if writable; otherwise, false. - + - Gets a dictionary of the names and values of an Enum type. + Gets the default value. - The enum type to get names and values for. - + The default value. - + - Specifies the type of Json token. + Gets a value indicating whether this is required. + A value indicating whether this is required. - + - This is returned by the if a method has not been called. + Gets a value indicating whether this property preserves object references. + + true if this instance is reference; otherwise, false. + - + - An object start token. + Gets the property null value handling. + The null value handling. - + - An array start token. + Gets the property default value handling. + The default value handling. - + - A constructor start token. + Gets the property reference loop handling. + The reference loop handling. - + - An object property name. + Gets the property object creation handling. + The object creation handling. - + - A comment. + Gets or sets the type name handling. + The type name handling. - + - Raw JSON. + Gets or sets a predicate used to determine whether the property should be serialize. + A predicate used to determine whether the property should be serialize. - + - An integer. + Gets or sets a predicate used to determine whether the property should be serialized. + A predicate used to determine whether the property should be serialized. - + - A float. + Gets or sets an action used to set whether the property has been deserialized. + An action used to set whether the property has been deserialized. - + - A string. + A collection of objects. - + - A boolean. + Initializes a new instance of the class. + The type. - + - A null token. + When implemented in a derived class, extracts the key from the specified element. + The element from which to extract the key. + The key for the specified element. - + - An undefined token. + Adds a object. + The property to add to the collection. - + - An object end token. + Gets the closest matching object. + First attempts to get an exact case match of propertyName and then + a case insensitive match. + Name of the property. + A matching property if found. - + - An array end token. + Gets a property by property name. + The name of the property to get. + Type property name string comparison. + A matching property if found. - + - A constructor end token. + Serializes the dynamic. + The writer. + The value. + The contract. - + - A Date. + Contract details for a used by the . - + - Byte data. + Initializes a new instance of the class. + The underlying type for the contract. - + - Specifies the state of the . + Represents a method that constructs an object. - + - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. + When applied to a method, specifies that the method is called when an error occurs serializing an object. - + - The method has been called. + Get and set values for a using reflection. - + - An object is being written. + Initializes a new instance of the class. + The member info. - + - A array is being written. + Sets the value. + The target to set the value on. + The value to set on the target. - + - A constructor is being written. + Gets the value. + The target to get the value from. + The value. - + - A property is being written. + Specifies type name handling options for the . - + - A write method has not been called. + Do not include the .NET type name when serializing types. - + - Specifies formatting options for the . + Include the .NET type name when serializing into a JSON object structure. - + - No special formatting is applied. This is the default. + Include the .NET type name when serializing into a JSON array structure. - + - Causes child objects to be indented according to the and settings. + Include the .NET type name when the type of the object being serialized is not the same as its declared type. - + - Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. + Always include the .NET type name when serializing. @@ -6713,6 +6703,79 @@ An equality comparer to compare values. The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1. + + + Converts the value to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert the value to. + The converted type. + + + + Converts the value to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert the value to. + The converted value if the conversion was successful or the default value of T if it failed. + + true if initialValue was converted successfully; otherwise, false. + + + + + Converts the value to the specified type. If the value is unable to be converted, the + value is checked whether it assignable to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert or cast the value to. + + The converted type. If conversion was unsuccessful, the initial value + is returned if assignable to the target type. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic that returns a result + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Returns a Restrictions object which includes our current restrictions merged + with a restriction limiting our type + + + + + Gets a dictionary of the names and values of an Enum type. + + + + + + Gets a dictionary of the names and values of an Enum type. + + The enum type to get names and values for. + + Gets the type of the typed collection's items. @@ -6782,6 +6845,11 @@ true if the specified MemberInfo can be set; otherwise, false. + + + Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. + + Determines whether the string is all white space. Empty string will return false. @@ -6798,5 +6866,47 @@ The string. Null if the string was null, otherwise the string unchanged. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.3/Newtonsoft.Json.4.5.3.nupkg b/packages/Newtonsoft.Json.4.5.3/Newtonsoft.Json.4.5.3.nupkg new file mode 100644 index 000000000..3d501bd3d Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/Newtonsoft.Json.4.5.3.nupkg differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/net20/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.3/lib/net20/Newtonsoft.Json.dll new file mode 100644 index 000000000..eca4f433c Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/net20/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/net20/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.3/lib/net20/Newtonsoft.Json.pdb new file mode 100644 index 000000000..452b92839 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/net20/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/net20/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.3/lib/net20/Newtonsoft.Json.xml similarity index 88% rename from packages/Newtonsoft.Json.4.0.6/lib/net20/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.3/lib/net20/Newtonsoft.Json.xml index 750b881a8..87375f6b4 100644 --- a/packages/Newtonsoft.Json.4.0.6/lib/net20/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.3/lib/net20/Newtonsoft.Json.xml @@ -46,19 +46,31 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. @@ -120,19 +132,29 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -141,6 +163,16 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Specifies the state of the reader. @@ -244,20 +276,32 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. @@ -660,9 +704,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -884,12 +943,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1244,80 +1303,168 @@ true if the written enum text will be camel case; otherwise, false. + + + Converts a to and from a string (e.g. "1.2.3.4"). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + - Instructs the not to serialize the public field or public read/write property value. + Instructs the to use the specified constructor when deserializing that object. - + Provides a set of static (Shared in Visual Basic) methods for querying objects that implement . - + Returns the input typed as . - + Returns an empty that has the specified type argument. - + Converts the elements of an to the specified type. - + Filters the elements of an based on a specified type. - + Generates a sequence of integral numbers within a specified range. The value of the first integer in the sequence. The number of sequential integers to generate. - + Generates a sequence that contains one repeated value. - + Filters a sequence of values based on a predicate. - + Filters a sequence of values based on a predicate. Each element's index is used in the logic of the predicate function. - + Projects each element of a sequence into a new form. - + Projects each element of a sequence into a new form by incorporating the element's index. - + Projects each element of a sequence to an and flattens the resulting sequences into one sequence. - + Projects each element of a sequence to an , and flattens the resulting sequences into one sequence. The @@ -1325,14 +1472,14 @@ that element. - + Projects each element of a sequence to an , flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein. - + Projects each element of a sequence to an , flattens the resulting sequences into one sequence, and invokes @@ -1341,98 +1488,98 @@ of that element. - + Returns elements from a sequence as long as a specified condition is true. - + Returns elements from a sequence as long as a specified condition is true. The element's index is used in the logic of the predicate function. - + Base implementation of First operator. - + Returns the first element of a sequence. - + Returns the first element in a sequence that satisfies a specified condition. - + Returns the first element of a sequence, or a default value if the sequence contains no elements. - + Returns the first element of the sequence that satisfies a condition or a default value if no such element is found. - + Base implementation of Last operator. - + Returns the last element of a sequence. - + Returns the last element of a sequence that satisfies a specified condition. - + Returns the last element of a sequence, or a default value if the sequence contains no elements. - + Returns the last element of a sequence that satisfies a condition or a default value if no such element is found. - + Base implementation of Single operator. - + Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence. - + Returns the only element of a sequence that satisfies a specified condition, and throws an exception if more than one such element exists. - + Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence. - + Returns the only element of a sequence that satisfies a specified condition or a default value if no such element @@ -1440,160 +1587,160 @@ satisfies the condition. - + Returns the element at a specified index in a sequence. - + Returns the element at a specified index in a sequence or a default value if the index is out of range. - + Inverts the order of the elements in a sequence. - + Returns a specified number of contiguous elements from the start of a sequence. - + Bypasses a specified number of elements in a sequence and then returns the remaining elements. - + Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. - + Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. The element's index is used in the logic of the predicate function. - + Returns the number of elements in a sequence. - + Returns a number that represents how many elements in the specified sequence satisfy a condition. - + Returns an that represents the total number of elements in a sequence. - + Returns an that represents how many elements in a sequence satisfy a condition. - + Concatenates two sequences. - + Creates a from an . - + Creates an array from an . - + Returns distinct elements from a sequence by using the default equality comparer to compare values. - + Returns distinct elements from a sequence by using a specified to compare values. - + - Creates a from an + Creates a from an according to a specified key selector function. - + - Creates a from an + Creates a from an according to a specified key selector function and a key comparer. - + - Creates a from an + Creates a from an according to specified key and element selector functions. - + - Creates a from an + Creates a from an according to a specified key selector function, a comparer and an element selector function. - + Groups the elements of a sequence according to a specified key selector function. - + Groups the elements of a sequence according to a specified key selector function and compares the keys by using a specified comparer. - + Groups the elements of a sequence according to a specified key selector function and projects the elements for each group by using a specified function. - + Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. - + Groups the elements of a sequence according to a key selector function. The keys are compared by using a comparer and each group's elements are projected by using a specified function. - + Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and @@ -1601,14 +1748,14 @@ specified function. - + Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. The keys are compared by using a specified comparer. - + Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and @@ -1617,122 +1764,122 @@ specified function. - + Applies an accumulator function over a sequence. - + Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value. - + Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value. - + Produces the set union of two sequences by using the default equality comparer. - + Produces the set union of two sequences by using a specified . - + Returns the elements of the specified sequence or the type parameter's default value in a singleton collection if the sequence is empty. - + Returns the elements of the specified sequence or the specified value in a singleton collection if the sequence is empty. - + Determines whether all elements of a sequence satisfy a condition. - + Determines whether a sequence contains any elements. - + Determines whether any element of a sequence satisfies a condition. - + Determines whether a sequence contains a specified element by using the default equality comparer. - + Determines whether a sequence contains a specified element by using a specified . - + Determines whether two sequences are equal by comparing the elements by using the default equality comparer for their type. - + Determines whether two sequences are equal by comparing their elements by using a specified . - + Base implementation for Min/Max operator. - + Base implementation for Min/Max operator for nullable types. - + Returns the minimum value in a generic sequence. - + Invokes a transform function on each element of a generic sequence and returns the minimum resulting value. - + Returns the maximum value in a generic sequence. - + Invokes a transform function on each element of a generic sequence and returns the maximum resulting value. - + Makes an enumerator seen as enumerable once more. @@ -1743,130 +1890,130 @@ mostly safe among aggregate operations. - + Sorts the elements of a sequence in ascending order according to a key. - + Sorts the elements of a sequence in ascending order by using a specified comparer. - + Sorts the elements of a sequence in descending order according to a key. - + Sorts the elements of a sequence in descending order by using a specified comparer. - + Performs a subsequent ordering of the elements in a sequence in ascending order according to a key. - + Performs a subsequent ordering of the elements in a sequence in ascending order by using a specified comparer. - + Performs a subsequent ordering of the elements in a sequence in descending order, according to a key. - + Performs a subsequent ordering of the elements in a sequence in descending order by using a specified comparer. - + Base implementation for Intersect and Except operators. - + Produces the set intersection of two sequences by using the default equality comparer to compare values. - + Produces the set intersection of two sequences by using the specified to compare values. - + Produces the set difference of two sequences by using the default equality comparer to compare values. - + Produces the set difference of two sequences by using the specified to compare values. - + Creates a from an according to a specified key selector function. - + Creates a from an according to a specified key selector function and key comparer. - + Creates a from an according to specified key selector and element selector functions. - + Creates a from an according to a specified key selector function, a comparer, and an element selector function. - + Correlates the elements of two sequences based on matching keys. The default equality comparer is used to compare keys. - + Correlates the elements of two sequences based on matching keys. The default equality comparer is used to compare keys. A specified is used to compare keys. - + Correlates the elements of two sequences based on equality of keys and groups the results. The default equality comparer is used to compare keys. - + Correlates the elements of two sequences based on equality of keys and groups the results. The default equality comparer is @@ -1874,449 +2021,449 @@ is used to compare keys. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Computes the sum of a sequence of nullable values. - + Computes the sum of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of nullable values. - + Computes the average of a sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the sum of a sequence of values. - + Computes the sum of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Computes the average of a sequence of values. - + Computes the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. - + Returns the minimum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the minimum nullable value. - + Returns the maximum value in a sequence of nullable values. - + Invokes a transform function on each element of a sequence and returns the maximum nullable value. - + Represents a collection of objects that have a common key. - + - Gets the key of the . + Gets the key of the . - - - This attribute allows us to define extension methods without - requiring .NET Framework 3.5. For more information, see the section, - Extension Methods in .NET Framework 2.0 Apps, - of Basic Instincts: Extension Methods - column in MSDN Magazine, - issue Nov 2007. - - - + Defines an indexer, size property, and Boolean search method for data structures that map keys to sequences of values. - + Represents a sorted sequence. - + Performs a subsequent ordering on the elements of an - according to a key. + according to a key. - + Represents a collection of keys each mapped to one or more values. - + - Determines whether a specified key is in the . + Determines whether a specified key is in the . - + Applies a transform function to each key and its associated values and returns the results. - + - Returns a generic enumerator that iterates through the . + Returns a generic enumerator that iterates through the . - + - Gets the number of key/value collection pairs in the . + Gets the number of key/value collection pairs in the . - + Gets the collection of values indexed by the specified key. - + See issue #11 for why this method is needed and cannot be expressed as a lambda at the call site. - + See issue #11 for why this method is needed and cannot be expressed as a lambda at the call site. + + + This attribute allows us to define extension methods without + requiring .NET Framework 3.5. For more information, see the section, + Extension Methods in .NET Framework 2.0 Apps, + of Basic Instincts: Extension Methods + column in MSDN Magazine, + issue Nov 2007. + + Represents a view of a . @@ -3590,6 +3737,31 @@ The context. + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Represents a reader that provides validation. @@ -3622,6 +3794,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream. @@ -3647,6 +3831,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -3707,12 +3896,20 @@ - All members are serialized by default. Members can be excluded using the . + All public members are serialized by default. Members can be excluded using or . + This is the default member serialization mode. - Only members must be marked with the are serialized. + Only members must be marked with or are serialized. + This member serialization mode can also be set by marking the class with . + + + + + All public and private fields are serialized. Members can be excluded using or . + This member serialization mode can also be set by marking the class with . @@ -3799,31 +3996,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts XML to and from JSON. @@ -3885,7 +4057,7 @@ - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -3907,20 +4079,32 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. @@ -3935,11 +4119,6 @@ true if LineNumber and LinePosition can be provided; otherwise, false. - - - Gets or sets the culture used when reading JSON. Defaults to . - - Gets the current line number. @@ -4339,6 +4518,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Represents a collection of . @@ -4391,6 +4576,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -4566,6 +4760,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -4933,6 +5138,31 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + Contains the LINQ to JSON extension methods. @@ -5699,20 +5929,32 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. @@ -6091,6 +6333,17 @@ true if the specified is valid; otherwise, false. + + + Determines whether the is valid. + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + Validates the specified . @@ -6152,6 +6405,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Resolves from an id. @@ -6202,13 +6461,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. + + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. - The JsonSchemaException associated with the validation event. + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -6401,6 +6666,22 @@ true if serialized compiler generated members; otherwise, false. + + + Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types. + + + true if the interface will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types. + + + true if the attribute will be ignored when serializing and deserializing types; otherwise, false. + + Initializes a new instance of the class. @@ -6495,6 +6776,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -6591,7 +6878,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -6607,6 +6894,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -6624,6 +6917,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Contract details for a used by the . @@ -7350,14 +7655,14 @@ Include the .NET type name when serializing into a JSON array structure. - + - Include the .NET type name when the type of the object being serialized is not the same as its declared type. + Always include the .NET type name when serializing. - + - Always include the .NET type name when serializing. + Include the .NET type name when the type of the object being serialized is not the same as its declared type. @@ -7502,63 +7807,6 @@ Byte data. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. @@ -7675,5 +7923,47 @@ The string. Null if the string was null, otherwise the string unchanged. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.3/lib/net35/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.3/lib/net35/Newtonsoft.Json.dll new file mode 100644 index 000000000..5072db781 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/net35/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/net35/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.3/lib/net35/Newtonsoft.Json.pdb new file mode 100644 index 000000000..29c626c73 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/net35/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.8/lib/net35/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.3/lib/net35/Newtonsoft.Json.xml similarity index 95% rename from packages/Newtonsoft.Json.4.0.8/lib/net35/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.3/lib/net35/Newtonsoft.Json.xml index 3dbaf6fc1..ebadd2d09 100644 --- a/packages/Newtonsoft.Json.4.0.8/lib/net35/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.3/lib/net35/Newtonsoft.Json.xml @@ -29,25 +29,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -109,19 +121,29 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -130,6 +152,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets or sets the culture used when reading JSON. Defaults to . @@ -238,27 +265,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -674,9 +713,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -1305,12 +1359,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1345,6 +1399,62 @@ true if this instance can convert the specified object type; otherwise, false. + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + Instructs the to use the specified constructor when deserializing that object. @@ -2409,7 +2519,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -2829,6 +2939,31 @@ The context. + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Represents a reader that provides validation. @@ -2861,6 +2996,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream as a . @@ -2892,6 +3039,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -2952,12 +3104,20 @@ - All members are serialized by default. Members can be excluded using the . + All public members are serialized by default. Members can be excluded using or . + This is the default member serialization mode. - Only members must be marked with the are serialized. + Only members must be marked with or are serialized. + This member serialization mode can also be set by marking the class with . + + + + + All public and private fields are serialized. Members can be excluded using or . + This member serialization mode can also be set by marking the class with . @@ -3044,31 +3204,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts XML to and from JSON. @@ -3130,7 +3265,7 @@ - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -3152,26 +3287,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -3591,6 +3738,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Represents a collection of . @@ -3643,6 +3796,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -3650,6 +3812,14 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -3825,6 +3995,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -4243,6 +4424,31 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + Contains the LINQ to JSON extension methods. @@ -5020,26 +5226,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -5496,6 +5714,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Resolves from an id. @@ -5546,13 +5770,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. + + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. - The JsonSchemaException associated with the validation event. + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -5745,6 +5975,22 @@ true if serialized compiler generated members; otherwise, false. + + + Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types. + + + true if the interface will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types. + + + true if the attribute will be ignored when serializing and deserializing types; otherwise, false. + + Initializes a new instance of the class. @@ -5795,6 +6041,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -5812,6 +6064,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -5829,6 +6087,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Maps a JSON property to a .NET member or constructor parameter. @@ -6516,14 +6786,14 @@ Include the .NET type name when serializing into a JSON array structure. - + - Include the .NET type name when the type of the object being serialized is not the same as its declared type. + Always include the .NET type name when serializing. - + - Always include the .NET type name when serializing. + Include the .NET type name when the type of the object being serialized is not the same as its declared type. @@ -6668,63 +6938,6 @@ Byte data. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. @@ -6841,5 +7054,47 @@ The string. Null if the string was null, otherwise the string unchanged. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.3/lib/net40/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.3/lib/net40/Newtonsoft.Json.dll new file mode 100644 index 000000000..8acf68843 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/net40/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/net40/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.3/lib/net40/Newtonsoft.Json.pdb new file mode 100644 index 000000000..a9b75f580 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/net40/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/net40/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.3/lib/net40/Newtonsoft.Json.xml new file mode 100644 index 000000000..ee891563c --- /dev/null +++ b/packages/Newtonsoft.Json.4.5.3/lib/net40/Newtonsoft.Json.xml @@ -0,0 +1,7343 @@ + + + + Newtonsoft.Json + + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + + + + + Initializes a new instance of the class with the specified . + + + + + Reads the next JSON token from the stream. + + true if the next token was read successfully; false if there are no more tokens to read. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Skips the children of the current token. + + + + + Sets the current token. + + The new token. + + + + Sets the current token and value. + + The new token. + The value. + + + + Sets the state based on current token type. + + + + + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + + + + + Releases unmanaged and - optionally - managed resources + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Changes the to Closed. + + + + + Gets the current reader state. + + The current reader state. + + + + Gets or sets a value indicating whether the underlying stream or + should be closed when the reader is closed. + + + true to close the underlying stream or when + the reader is closed; otherwise false. The default is true. + + + + + Gets the quotation mark character used to enclose the value of a string. + + + + + Get or set how time zones are handling when reading JSON. + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Gets the type of the current JSON token. + + + + + Gets the text value of the current JSON token. + + + + + Gets The Common Language Runtime (CLR) type for the current JSON token. + + + + + Gets the depth of the current token in the JSON document. + + The depth of the current token in the JSON document. + + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Specifies the state of the reader. + + + + + The Read method has not been called. + + + + + The end of the file has been reached successfully. + + + + + Reader is at a property. + + + + + Reader is at the start of an object. + + + + + Reader is in an object. + + + + + Reader is at the start of an array. + + + + + Reader is in an array. + + + + + The Close method has been called. + + + + + Reader has just read a value. + + + + + Reader is at the start of a constructor. + + + + + Reader in a constructor. + + + + + An error occurred that prevents the read operation from continuing. + + + + + The end of the file has been reached successfully. + + + + + Initializes a new instance of the class. + + The stream. + + + + Initializes a new instance of the class. + + The reader. + + + + Initializes a new instance of the class. + + The stream. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. + + + + Initializes a new instance of the class. + + The reader. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. + + + + Reads the next JSON token from the stream as a . + + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + + A . This method will return null at the end of an array. + + + + + Reads the next JSON token from the stream. + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Changes the to Closed. + + + + + Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary. + + + true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false. + + + + + Gets or sets a value indicating whether the root object will be read as a JSON array. + + + true if the root object will be read as a JSON array; otherwise, false. + + + + + Gets or sets the used when reading values from BSON. + + The used when reading values from BSON. + + + + 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. + + + + + Creates an instance of the JsonWriter class. + + + + + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. + + + + + Closes this stream and the underlying stream. + + + + + Writes the beginning of a Json object. + + + + + Writes the end of a Json object. + + + + + Writes the beginning of a Json array. + + + + + Writes the end of an array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the end constructor. + + + + + Writes the property name of a name/value pair on a Json object. + + The name of the property. + + + + Writes the end of the current Json object or array. + + + + + Writes the current token. + + The to read the token from. + + + + Writes the specified end token. + + The end token to write. + + + + Writes indent characters. + + + + + Writes the JSON value delimiter. + + + + + Writes an indent space. + + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON without changing the writer's state. + + The raw JSON to write. + + + + Writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes out a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes out the given white space. + + The string of white space characters. + + + + Gets or sets a value indicating whether the underlying stream or + should be closed when the writer is closed. + + + true to close the underlying stream or when + the writer is closed; otherwise false. The default is true. + + + + + Gets the top. + + The top. + + + + Gets the state of the writer. + + + + + Gets the path of the writer. + + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. + + + + + Initializes a new instance of the class. + + The stream. + + + + Initializes a new instance of the class. + + The writer. + + + + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. + + + + + Writes the end. + + The token. + + + + Writes out a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + + + + Writes the beginning of a Json array. + + + + + Writes the beginning of a Json object. + + + + + Writes the property name of a name/value pair on a Json object. + + The name of the property. + + + + Closes this stream and the underlying stream. + + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value that represents a BSON object id. + + + + + + Writes a BSON regex. + + The regex pattern. + The regex options. + + + + Gets or sets the used when writing values to BSON. + When set to no conversion will occur. + + The used when writing values to BSON. + + + + Represents a BSON Oid (object id). + + + + + Initializes a new instance of the class. + + The Oid value. + + + + Gets or sets the value of the Oid. + + The value of the Oid. + + + + Converts a binary value to and from a base 64 string value. + + + + + Converts an object to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets the of the JSON produced by the JsonConverter. + + The of the JSON produced by the JsonConverter. + + + + Gets a value indicating whether this can read JSON. + + true if this can read JSON; otherwise, false. + + + + Gets a value indicating whether this can write JSON. + + true if this can write JSON; otherwise, false. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Create a custom object + + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Creates an object which will then be populated by the serializer. + + Type of the object. + + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can write JSON. + + + true if this can write JSON; otherwise, false. + + + + + Provides a base class for converting a to and from JSON. + + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an Entity Framework EntityKey to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an ExpandoObject to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can write JSON. + + + true if this can write JSON; otherwise, false. + + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from JSON and BSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from JSON and BSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an to and from its name string value. + + + Converts an to and from its name string value. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + A cached representation of the Enum string representation to respect per Enum field name. + + The type of the Enum. + A map of enum field name to either the field name, or the configured enum member name (). + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets or sets a value indicating whether the written enum text should be camel case. + + true if the written enum text will be camel case; otherwise, false. + + + + Specifies how constructors are used when initializing objects during deserialization by the . + + + + + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. + + + + + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. + + + + + Converts a to and from a string (e.g. "1.2.3.4"). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + + + + Instructs the to use the specified constructor when deserializing that object. + + + + + Represents a raw JSON string. + + + + + Represents a value in JSON (string, integer, date, etc). + + + + + Represents an abstract JSON token. + + + + + Represents a collection of objects. + + The type of token + + + + Gets the with the specified key. + + + + + + Provides an interface to enable a class to return line and position information. + + + + + Gets a value indicating whether the class can return line information. + + + true if LineNumber and LinePosition can be provided; otherwise, false. + + + + + Gets the current line number. + + The current line number or 0 if no line information is available (for example, HasLineInfo returns false). + + + + Gets the current line position. + + The current line position or 0 if no line information is available (for example, HasLineInfo returns false). + + + + Compares the values of two tokens, including the values of all descendant tokens. + + The first to compare. + The second to compare. + true if the tokens are equal; otherwise false. + + + + Adds the specified content immediately after this token. + + A content object that contains simple content or a collection of content objects to be added after this token. + + + + Adds the specified content immediately before this token. + + A content object that contains simple content or a collection of content objects to be added before this token. + + + + Returns a collection of the ancestor tokens of this token. + + A collection of the ancestor tokens of this token. + + + + Returns a collection of the sibling tokens after this token, in document order. + + A collection of the sibling tokens after this tokens, in document order. + + + + Returns a collection of the sibling tokens before this token, in document order. + + A collection of the sibling tokens before this token, in document order. + + + + Gets the with the specified key converted to the specified type. + + The type to convert the token to. + The token key. + The converted token value. + + + + Returns a collection of the child tokens of this token, in document order. + + An of containing the child tokens of this , in document order. + + + + Returns a collection of the child tokens of this token, in document order, filtered by the specified type. + + The type to filter the child tokens on. + A containing the child tokens of this , in document order. + + + + Returns a collection of the child values of this token, in document order. + + The type to convert the values to. + A containing the child values of this , in document order. + + + + Removes this token from its parent. + + + + + Replaces this token with the specified token. + + The value. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Returns the indented JSON for this token. + + + The indented JSON for this token. + + + + + Returns the JSON for this token using the given formatting and converters. + + Indicates how the output is formatted. + A collection of which will be used when writing the token. + The JSON for this token using the given formatting and converters. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Creates an for this token. + + An that can be used to read this token and its descendants. + + + + Creates a from an object. + + The object that will be used to create . + A with the value of the specified object + + + + Creates a from an object using the specified . + + The object that will be used to create . + The that will be used when reading the object. + A with the value of the specified object + + + + Creates the specified .NET type from the . + + The new object created from the JSON value. + + + + Creates the specified .NET type from the using the specified . + + The that will be used when creating the object. + The new object created from the JSON value. + + + + Creates a from a . + + An positioned at the token to read into this . + + An that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Creates a from a . + + An positioned at the token to read into this . + + An that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Selects the token that matches the object path. + + + The object path from the current to the + to be returned. This must be a string of property names or array indexes separated + by periods, such as Tables[0].DefaultView[0].Price in C# or + Tables(0).DefaultView(0).Price in Visual Basic. + + The that matches the object path or a null reference if no matching token is found. + + + + Selects the token that matches the object path. + + + The object path from the current to the + to be returned. This must be a string of property names or array indexes separated + by periods, such as Tables[0].DefaultView[0].Price in C# or + Tables(0).DefaultView(0).Price in Visual Basic. + + A flag to indicate whether an error should be thrown if no token is found. + The that matches the object path. + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Creates a new instance of the . All child tokens are recursively cloned. + + A new instance of the . + + + + Gets a comparer that can compare two tokens for value equality. + + A that can compare two nodes for value equality. + + + + Gets or sets the parent. + + The parent. + + + + Gets the root of this . + + The root of this . + + + + Gets the node type for this . + + The type. + + + + Gets a value indicating whether this token has childen tokens. + + + true if this token has child values; otherwise, false. + + + + + Gets the next sibling token of this node. + + The that contains the next sibling token. + + + + Gets the previous sibling token of this node. + + The that contains the previous sibling token. + + + + Gets the with the specified key. + + The with the specified key. + + + + Get the first child token of this token. + + A containing the first child token of the . + + + + Get the last child token of this token. + + A containing the last child token of the . + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Creates a comment with the given value. + + The value. + A comment with the given value. + + + + Creates a string with the given value. + + The value. + A string with the given value. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Indicates whether the current object is equal to another object of the same type. + + + true if the current object is equal to the parameter; otherwise, false. + + An object to compare with this object. + + + + Determines whether the specified is equal to the current . + + The to compare with the current . + + true if the specified is equal to the current ; otherwise, false. + + + The parameter is null. + + + + + Serves as a hash function for a particular type. + + + A hash code for the current . + + + + + Returns a that represents this instance. + + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format. + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format provider. + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format. + The format provider. + + A that represents this instance. + + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. + + An object to compare with this instance. + + A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: + Value + Meaning + Less than zero + This instance is less than . + Zero + This instance is equal to . + Greater than zero + This instance is greater than . + + + is not the same type as this instance. + + + + + Gets a value indicating whether this token has childen tokens. + + + true if this token has child values; otherwise, false. + + + + + Gets the node type for this . + + The type. + + + + Gets or sets the underlying token value. + + The underlying token value. + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class. + + The raw json. + + + + Creates an instance of with the content of the reader's current token. + + The reader. + An instance of with the content of the reader's current token. + + + + Indicating whether a property is required. + + + + + The property is not required. The default state. + + + + + The property must be defined in JSON but can be a null value. + + + + + The property must be defined in JSON and cannot be a null value. + + + + + Contract details for a used by the . + + + + + Contract details for a used by the . + + + + + Gets the underlying type for the contract. + + The underlying type for the contract. + + + + Gets or sets the type created during deserialization. + + The type created during deserialization. + + + + Gets or sets whether this type contract is serialized as a reference. + + Whether this type contract is serialized as a reference. + + + + Gets or sets the default for this contract. + + The converter. + + + + Gets or sets the method called immediately after deserialization of the object. + + The method called immediately after deserialization of the object. + + + + Gets or sets the method called during deserialization of the object. + + The method called during deserialization of the object. + + + + Gets or sets the method called after serialization of the object graph. + + The method called after serialization of the object graph. + + + + Gets or sets the method called before serialization of the object. + + The method called before serialization of the object. + + + + Gets or sets the default creator method used to create the object. + + The default creator method used to create the object. + + + + Gets or sets a value indicating whether the default creator is non public. + + true if the default object creator is non-public; otherwise, false. + + + + Gets or sets the method called when an error is thrown during the serialization of the object. + + The method called when an error is thrown during the serialization of the object. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Gets the object's properties. + + The object's properties. + + + + Gets or sets the property name resolver. + + The property name resolver. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Gets or sets the ISerializable object constructor. + + The ISerializable object constructor. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Get and set values for a using dynamic methods. + + + + + Provides methods to get and set values. + + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + Initializes a new instance of the class. + + The member info. + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + Provides data for the Error event. + + + + + Initializes a new instance of the class. + + The current object. + The error context. + + + + Gets the current object the error event is being raised against. + + The current object the error event is being raised against. + + + + Gets the error context. + + The error context. + + + + Represents a view of a . + + + + + Initializes a new instance of the class. + + The name. + Type of the property. + + + + When overridden in a derived class, returns whether resetting an object changes its value. + + + true if resetting the component changes its value; otherwise, false. + + The component to test for reset capability. + + + + + When overridden in a derived class, gets the current value of the property on a component. + + + The value of a property for a given component. + + The component with the property for which to retrieve the value. + + + + + When overridden in a derived class, resets the value for this property of the component to the default value. + + The component with the property value that is to be reset to the default value. + + + + + When overridden in a derived class, sets the value of the component to a different value. + + The component with the property value that is to be set. + The new value. + + + + + When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. + + + true if the property should be persisted; otherwise, false. + + The component with the property to be examined for persistence. + + + + + When overridden in a derived class, gets the type of the component this property is bound to. + + + A that represents the type of component this property is bound to. When the or methods are invoked, the object specified might be an instance of this type. + + + + + When overridden in a derived class, gets a value indicating whether this property is read-only. + + + true if the property is read-only; otherwise, false. + + + + + When overridden in a derived class, gets the type of the property. + + + A that represents the type of the property. + + + + + Gets the hash code for the name of the member. + + + + The hash code for the name of the member. + + + + + Used to resolve references when serializing and deserializing JSON by the . + + + + + Resolves a reference to its object. + + The serialization context. + The reference to resolve. + The object that + + + + Gets the reference for the sepecified object. + + The serialization context. + The object to get a reference for. + The reference to the object. + + + + Determines whether the specified object is referenced. + + The serialization context. + The object to test for a reference. + + true if the specified object is referenced; otherwise, false. + + + + + Adds a reference to the specified object. + + The serialization context. + The reference. + The object to reference. + + + + Specifies reference handling options for the . + + + + + Do not preserve references when serializing types. + + + + + Preserve references when serializing into a JSON object structure. + + + + + Preserve references when serializing into a JSON array structure. + + + + + Preserve references when serializing. + + + + + Instructs the how to serialize the collection. + + + + + Instructs the how to serialize the object. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Gets or sets the id. + + The id. + + + + Gets or sets the title. + + The title. + + + + Gets or sets the description. + + The description. + + + + Gets or sets a value that indicates whether to preserve object reference data. + + + true to keep object reference; otherwise, false. The default is false. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a flag indicating whether the array can contain null items + + A flag indicating whether the array can contain null items. + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Gets or sets a value indicating whether null items are allowed in the collection. + + true if null items are allowed in the collection; otherwise, false. + + + + Specifies default value handling options for the . + + + + + Include members where the member value is the same as the member's default value when serializing objects. + Included members are written to JSON. Has no effect when deserializing. + + + + + Ignore members where the member value is the same as the member's default value when serializing objects + so that is is not written to JSON, and ignores setting members when the JSON value equals the member's default value. + + + + + Members with a default value but no JSON will be set to their default value when deserializing. + + + + + Ignore members where the member value is the same as the member's default value when serializing objects + and sets members to their default value when deserializing. + + + + + Instructs the to use the specified when serializing the member or class. + + + + + Initializes a new instance of the class. + + Type of the converter. + + + + Gets the type of the converter. + + The type of the converter. + + + + Instructs the how to serialize the object. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified member serialization. + + The member serialization. + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Gets or sets the member serialization. + + The member serialization. + + + + Specifies the settings on a object. + + + + + Initializes a new instance of the class. + + + + + Gets or sets how reference loops (e.g. a class referencing itself) is handled. + + Reference loop handling. + + + + Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + + Missing member handling. + + + + Gets or sets how objects are created during deserialization. + + The object creation handling. + + + + Gets or sets how null values are handled during serialization and deserialization. + + Null value handling. + + + + Gets or sets how null default are handled during serialization and deserialization. + + The default value handling. + + + + Gets or sets a collection that will be used during serialization. + + The converters. + + + + Gets or sets how object references are preserved by the serializer. + + The preserve references handling. + + + + Gets or sets how type name writing and reading is handled by the serializer. + + The type name handling. + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + + The type name assembly format. + + + + Gets or sets how constructors are used during deserialization. + + The constructor handling. + + + + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. + + The contract resolver. + + + + Gets or sets the used by the serializer when resolving references. + + The reference resolver. + + + + Gets or sets the used by the serializer when resolving type names. + + The binder. + + + + Gets or sets the error handler called during serialization and deserialization. + + The error handler called during serialization and deserialization. + + + + Gets or sets the used by the serializer when invoking serialization callback methods. + + The context. + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Represents a reader that provides validation. + + + + + Initializes a new instance of the class that + validates the content returned from the given . + + The to read from while validating. + + + + Reads the next JSON token from the stream as a . + + A . + + + + Reads the next JSON token from the stream as a . + + + A or a null reference if the next JSON token is null. + + + + + Reads the next JSON token from the stream as a . + + A . + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . + + + + Reads the next JSON token from the stream. + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Sets an event handler for receiving schema validation errors. + + + + + Gets the text value of the current Json token. + + + + + + Gets the depth of the current token in the JSON document. + + The depth of the current token in the JSON document. + + + + Gets the path of the current JSON token. + + + + + Gets the quotation mark character used to enclose the value of a string. + + + + + + Gets the type of the current Json token. + + + + + + Gets the Common Language Runtime (CLR) type for the current Json token. + + + + + + Gets or sets the schema. + + The schema. + + + + Gets the used to construct this . + + The specified in the constructor. + + + + Compares tokens to determine whether they are equal. + + + + + Determines whether the specified objects are equal. + + The first object of type to compare. + The second object of type to compare. + + true if the specified objects are equal; otherwise, false. + + + + + Returns a hash code for the specified object. + + The for which a hash code is to be returned. + A hash code for the specified object. + The type of is a reference type and is null. + + + + Specifies the member serialization options for the . + + + + + All public members are serialized by default. Members can be excluded using or . + This is the default member serialization mode. + + + + + Only members must be marked with or are serialized. + This member serialization mode can also be set by marking the class with . + + + + + All public and private fields are serialized. Members can be excluded using or . + This member serialization mode can also be set by marking the class with . + + + + + Specifies how object creation is handled by the . + + + + + Reuse existing objects, create new objects when needed. + + + + + Only reuse existing objects. + + + + + Always create new objects. + + + + + Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Gets or sets the date time styles used when converting a date to and from JSON. + + The date time styles used when converting a date to and from JSON. + + + + Gets or sets the date time format used when converting a date to and from JSON. + + The date time format used when converting a date to and from JSON. + + + + Gets or sets the culture used when converting a date to and from JSON. + + The culture used when converting a date to and from JSON. + + + + Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Converts XML to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The calling serializer. + The value. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Checks if the attributeName is a namespace attribute. + + Attribute name to test. + The attribute name prefix if it has one, otherwise an empty string. + True if attribute name is for a namespace attribute, otherwise false. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements. + + The name of the deserialize root element. + + + + Gets or sets a flag to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + true if the array attibute is written to the XML; otherwise, false. + + + + Gets or sets a value indicating whether to write the root JSON object. + + true if the JSON root object is omitted; otherwise, false. + + + + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. + + + + + Initializes a new instance of the class with the specified . + + The TextReader containing the XML data to read. + + + + Reads the next JSON token from the stream. + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Reads the next JSON token from the stream as a . + + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Changes the state to closed. + + + + + Gets a value indicating whether the class can return line information. + + + true if LineNumber and LinePosition can be provided; otherwise, false. + + + + + Gets the current line number. + + + The current line number or 0 if no line information is available (for example, HasLineInfo returns false). + + + + + Gets the current line position. + + + The current line position or 0 if no line information is available (for example, HasLineInfo returns false). + + + + + Instructs the to always serialize the member with the specified name. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified name. + + Name of the property. + + + + Gets or sets the null value handling used when serializing this property. + + The null value handling. + + + + Gets or sets the default value handling used when serializing this property. + + The default value handling. + + + + Gets or sets the reference loop handling used when serializing this property. + + The reference loop handling. + + + + Gets or sets the object creation handling used when deserializing this property. + + The object creation handling. + + + + Gets or sets the type name handling used when serializing this property. + + The type name handling. + + + + Gets or sets whether this property's value is serialized as a reference. + + Whether this property's value is serialized as a reference. + + + + Gets or sets the order of serialization and deserialization of a member. + + The numeric order of serialization or deserialization. + + + + Gets or sets the name of the property. + + The name of the property. + + + + Gets or sets a value indicating whether this property is required. + + + A value indicating whether this property is required. + + + + + Instructs the not to serialize the public field or public read/write property value. + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. + + + + + Creates an instance of the JsonWriter class using the specified . + + The TextWriter to write to. + + + + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. + + + + + Closes this stream and the underlying stream. + + + + + Writes the beginning of a Json object. + + + + + Writes the beginning of a Json array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the specified end token. + + The end token to write. + + + + Writes the property name of a name/value pair on a Json object. + + The name of the property. + + + + Writes indent characters. + + + + + Writes the JSON value delimiter. + + + + + Writes an indent space. + + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes out a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes out the given white space. + + The string of white space characters. + + + + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. + + + + + Gets or sets which character to use to quote attribute values. + + + + + Gets or sets which character to use for indenting when is set to Formatting.Indented. + + + + + Gets or sets a value indicating whether object names will be surrounded with quotes. + + + + + The exception thrown when an error occurs while reading Json text. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + The exception thrown when an error occurs while reading Json text. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Represents a collection of . + + + + + Provides methods for converting between common language runtime types and JSON types. + + + + + Represents JavaScript's boolean value true as a string. This field is read-only. + + + + + Represents JavaScript's boolean value false as a string. This field is read-only. + + + + + Represents JavaScript's null as a string. This field is read-only. + + + + + Represents JavaScript's undefined as a string. This field is read-only. + + + + + Represents JavaScript's positive infinity as a string. This field is read-only. + + + + + Represents JavaScript's negative infinity as a string. This field is read-only. + + + + + Represents JavaScript's NaN as a string. This field is read-only. + + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + The string delimiter character. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Serializes the specified object to a JSON string. + + The object to serialize. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string. + + The object to serialize. + Indicates how the output is formatted. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + A collection converters used while serializing. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + A collection converters used while serializing. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + + + + Asynchronously serializes the specified object to a JSON string using a collection of . + + The object to serialize. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + + + + + Asynchronously serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + + + + + Asynchronously serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + + + + + Deserializes the JSON to a .NET object. + + The JSON to deserialize. + The deserialized object from the Json string. + + + + Deserializes the JSON to a .NET object. + + The JSON to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The of object being deserialized. + The deserialized object from the Json string. + + + + Deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + The deserialized object from the Json string. + + + + Deserializes the JSON to the given anonymous type. + + + The anonymous type to deserialize to. This can't be specified + traditionally and must be infered from the anonymous type passed + as a parameter. + + The JSON to deserialize. + The anonymous type object. + The deserialized anonymous type from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The object to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The type of the object to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The type of the object to deserialize to. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + The deserialized object from the JSON string. + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The type of the object to deserialize to. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Populates the object with values from the JSON string. + + The JSON to populate values from. + The target object to populate values onto. + + + + Populates the object with values from the JSON string. + + The JSON to populate values from. + The target object to populate values onto. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + + + Asynchronously populates the object with values from the JSON string. + + The JSON to populate values from. + The target object to populate values onto. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous populate operation. + + + + + Serializes the XML node to a JSON string. + + The node to serialize. + A JSON string of the XmlNode. + + + + Serializes the XML node to a JSON string. + + The node to serialize. + Indicates how the output is formatted. + A JSON string of the XmlNode. + + + + Serializes the XML node to a JSON string. + + The node to serialize. + Indicates how the output is formatted. + Omits writing the root object. + A JSON string of the XmlNode. + + + + Deserializes the XmlNode from a JSON string. + + The JSON string. + The deserialized XmlNode + + + + Deserializes the XmlNode from a JSON string nested in a root elment. + + The JSON string. + The name of the root element to append when deserializing. + The deserialized XmlNode + + + + Deserializes the XmlNode from a JSON string nested in a root elment. + + The JSON string. + The name of the root element to append when deserializing. + + A flag to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + The deserialized XmlNode + + + + Serializes the to a JSON string. + + The node to convert to JSON. + A JSON string of the XNode. + + + + Serializes the to a JSON string. + + The node to convert to JSON. + Indicates how the output is formatted. + A JSON string of the XNode. + + + + Serializes the to a JSON string. + + The node to serialize. + Indicates how the output is formatted. + Omits writing the root object. + A JSON string of the XNode. + + + + Deserializes the from a JSON string. + + The JSON string. + The deserialized XNode + + + + Deserializes the from a JSON string nested in a root elment. + + The JSON string. + The name of the root element to append when deserializing. + The deserialized XNode + + + + Deserializes the from a JSON string nested in a root elment. + + The JSON string. + The name of the root element to append when deserializing. + + A flag to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + The deserialized XNode + + + + The exception thrown when an error occurs during Json serialization or deserialization. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Serializes and deserializes objects into and from the JSON format. + The enables you to control how objects are encoded into JSON. + + + + + Initializes a new instance of the class. + + + + + Creates a new instance using the specified . + + The settings to be applied to the . + A new instance using the specified . + + + + Populates the JSON values onto the target object. + + The that contains the JSON structure to reader values from. + The target object to populate values onto. + + + + Populates the JSON values onto the target object. + + The that contains the JSON structure to reader values from. + The target object to populate values onto. + + + + Deserializes the Json structure contained by the specified . + + The that contains the JSON structure to deserialize. + The being deserialized. + + + + Deserializes the Json structure contained by the specified + into an instance of the specified type. + + The containing the object. + The of object being deserialized. + The instance of being deserialized. + + + + Deserializes the Json structure contained by the specified + into an instance of the specified type. + + The containing the object. + The type of the object to deserialize. + The instance of being deserialized. + + + + Deserializes the Json structure contained by the specified + into an instance of the specified type. + + The containing the object. + The of object being deserialized. + The instance of being deserialized. + + + + Serializes the specified and writes the Json structure + to a Stream using the specified . + + The used to write the Json structure. + The to serialize. + + + + Serializes the specified and writes the Json structure + to a Stream using the specified . + + The used to write the Json structure. + The to serialize. + + + + Occurs when the errors during serialization and deserialization. + + + + + Gets or sets the used by the serializer when resolving references. + + + + + Gets or sets the used by the serializer when resolving type names. + + + + + Gets or sets how type name writing and reading is handled by the serializer. + + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + + The type name assembly format. + + + + Gets or sets how object references are preserved by the serializer. + + + + + Get or set how reference loops (e.g. a class referencing itself) is handled. + + + + + Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + + + + + Get or set how null values are handled during serialization and deserialization. + + + + + Get or set how null default are handled during serialization and deserialization. + + + + + Gets or sets how objects are created during deserialization. + + The object creation handling. + + + + Gets or sets how constructors are used during deserialization. + + The constructor handling. + + + + Gets a collection that will be used during serialization. + + Collection that will be used during serialization. + + + + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. + + + + + Gets or sets the used by the serializer when invoking serialization callback methods. + + The context. + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Contains the LINQ to JSON extension methods. + + + + + Returns a collection of tokens that contains the ancestors of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the ancestors of every node in the source collection. + + + + Returns a collection of tokens that contains the descendants of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the descendants of every node in the source collection. + + + + Returns a collection of child properties of every object in the source collection. + + An of that contains the source collection. + An of that contains the properties of every object in the source collection. + + + + Returns a collection of child values of every object in the source collection with the given key. + + An of that contains the source collection. + The token key. + An of that contains the values of every node in the source collection with the given key. + + + + Returns a collection of child values of every object in the source collection. + + An of that contains the source collection. + An of that contains the values of every node in the source collection. + + + + Returns a collection of converted child values of every object in the source collection with the given key. + + The type to convert the values to. + An of that contains the source collection. + The token key. + An that contains the converted values of every node in the source collection with the given key. + + + + Returns a collection of converted child values of every object in the source collection. + + The type to convert the values to. + An of that contains the source collection. + An that contains the converted values of every node in the source collection. + + + + Converts the value. + + The type to convert the value to. + A cast as a of . + A converted value. + + + + Converts the value. + + The source collection type. + The type to convert the value to. + A cast as a of . + A converted value. + + + + Returns a collection of child tokens of every array in the source collection. + + The source collection type. + An of that contains the source collection. + An of that contains the values of every node in the source collection. + + + + Returns a collection of converted child tokens of every array in the source collection. + + An of that contains the source collection. + The type to convert the values to. + The source collection type. + An that contains the converted values of every node in the source collection. + + + + Returns the input typed as . + + An of that contains the source collection. + The input typed as . + + + + Returns the input typed as . + + The source collection type. + An of that contains the source collection. + The input typed as . + + + + Represents a JSON constructor. + + + + + Represents a token that can contain other tokens. + + + + + Raises the event. + + The instance containing the event data. + + + + Raises the event. + + The instance containing the event data. + + + + Raises the event. + + The instance containing the event data. + + + + Returns a collection of the child tokens of this token, in document order. + + + An of containing the child tokens of this , in document order. + + + + + Returns a collection of the child values of this token, in document order. + + The type to convert the values to. + + A containing the child values of this , in document order. + + + + + Returns a collection of the descendant tokens for this token in document order. + + An containing the descendant tokens of the . + + + + Adds the specified content as children of this . + + The content to be added. + + + + Adds the specified content as the first children of this . + + The content to be added. + + + + Creates an that can be used to add tokens to the . + + An that is ready to have content written to it. + + + + Replaces the children nodes of this token with the specified content. + + The content. + + + + Removes the child nodes from this token. + + + + + Occurs when the list changes or an item in the list changes. + + + + + Occurs before an item is added to the collection. + + + + + Occurs when the items list of the collection has changed, or the collection is reset. + + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets a value indicating whether this token has childen tokens. + + + true if this token has child values; otherwise, false. + + + + + Get the first child token of this token. + + + A containing the first child token of the . + + + + + Get the last child token of this token. + + + A containing the last child token of the . + + + + + Gets the count of child JSON tokens. + + The count of child JSON tokens + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified name and content. + + The constructor name. + The contents of the constructor. + + + + Initializes a new instance of the class with the specified name and content. + + The constructor name. + The contents of the constructor. + + + + Initializes a new instance of the class with the specified name. + + The constructor name. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets or sets the name of this constructor. + + The constructor name. + + + + Gets the node type for this . + + The type. + + + + Gets the with the specified key. + + The with the specified key. + + + + Represents a collection of objects. + + The type of token + + + + An empty collection of objects. + + + + + Initializes a new instance of the struct. + + The enumerable. + + + + Returns an enumerator that iterates through the collection. + + + A that can be used to iterate through the collection. + + + + + Returns an enumerator that iterates through a collection. + + + An object that can be used to iterate through the collection. + + + + + Determines whether the specified is equal to this instance. + + The to compare with this instance. + + true if the specified is equal to this instance; otherwise, false. + + + + + Returns a hash code for this instance. + + + A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. + + + + + Gets the with the specified key. + + + + + + Represents a JSON object. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified content. + + The contents of the object. + + + + Initializes a new instance of the class with the specified content. + + The contents of the object. + + + + Gets an of this object's properties. + + An of this object's properties. + + + + Gets a the specified name. + + The property name. + A with the specified name or null. + + + + Gets an of this object's property values. + + An of this object's property values. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Creates a from an object. + + The object that will be used to create . + A with the values of the specified object + + + + Creates a from an object. + + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Adds the specified property name. + + Name of the property. + The value. + + + + Removes the property with the specified name. + + Name of the property. + true if item was successfully removed; otherwise, false. + + + + Tries the get value. + + Name of the property. + The value. + true if a value was successfully retrieved; otherwise, false. + + + + Returns an enumerator that iterates through the collection. + + + A that can be used to iterate through the collection. + + + + + Raises the event with the provided arguments. + + Name of the property. + + + + Raises the event with the provided arguments. + + Name of the property. + + + + Returns the properties for this instance of a component. + + + A that represents the properties for this component instance. + + + + + Returns the properties for this instance of a component using the attribute array as a filter. + + An array of type that is used as a filter. + + A that represents the filtered properties for this component instance. + + + + + Returns a collection of custom attributes for this instance of a component. + + + An containing the attributes for this object. + + + + + Returns the class name of this instance of a component. + + + The class name of the object, or null if the class does not have a name. + + + + + Returns the name of this instance of a component. + + + The name of the object, or null if the object does not have a name. + + + + + Returns a type converter for this instance of a component. + + + A that is the converter for this object, or null if there is no for this object. + + + + + Returns the default event for this instance of a component. + + + An that represents the default event for this object, or null if this object does not have events. + + + + + Returns the default property for this instance of a component. + + + A that represents the default property for this object, or null if this object does not have properties. + + + + + Returns an editor of the specified type for this instance of a component. + + A that represents the editor for this object. + + An of the specified type that is the editor for this object, or null if the editor cannot be found. + + + + + Returns the events for this instance of a component using the specified attribute array as a filter. + + An array of type that is used as a filter. + + An that represents the filtered events for this component instance. + + + + + Returns the events for this instance of a component. + + + An that represents the events for this component instance. + + + + + Returns an object that contains the property described by the specified property descriptor. + + A that represents the property whose owner is to be found. + + An that represents the owner of the specified property. + + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Occurs when a property value changes. + + + + + Occurs when a property value is changing. + + + + + Gets the node type for this . + + The type. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets or sets the with the specified property name. + + + + + + Represents a JSON array. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified content. + + The contents of the array. + + + + Initializes a new instance of the class with the specified content. + + The contents of the array. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Creates a from an object. + + The object that will be used to create . + A with the values of the specified object + + + + Creates a from an object. + + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Determines the index of a specific item in the . + + The object to locate in the . + + The index of if found in the list; otherwise, -1. + + + + + Inserts an item to the at the specified index. + + The zero-based index at which should be inserted. + The object to insert into the . + + is not a valid index in the . + The is read-only. + + + + Removes the item at the specified index. + + The zero-based index of the item to remove. + + is not a valid index in the . + The is read-only. + + + + Adds an item to the . + + The object to add to the . + The is read-only. + + + + Removes all items from the . + + The is read-only. + + + + Determines whether the contains a specific value. + + The object to locate in the . + + true if is found in the ; otherwise, false. + + + + + Removes the first occurrence of a specific object from the . + + The object to remove from the . + + true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original . + + The is read-only. + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets the node type for this . + + The type. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets or sets the at the specified index. + + + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + + + + + Initializes a new instance of the class. + + The token to read from. + + + + Reads the next JSON token from the stream as a . + + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream. + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. + + + + + Initializes a new instance of the class writing to the given . + + The container being written to. + + + + Initializes a new instance of the class. + + + + + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. + + + + + Closes this stream and the underlying stream. + + + + + Writes the beginning of a Json object. + + + + + Writes the beginning of a Json array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the end. + + The token. + + + + Writes the property name of a name/value pair on a Json object. + + The name of the property. + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes out a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Gets the token being writen. + + The token being writen. + + + + Represents a JSON property. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets the property name. + + The property name. + + + + Gets or sets the property value. + + The property value. + + + + Gets the node type for this . + + The type. + + + + Specifies the type of token. + + + + + No token type has been set. + + + + + A JSON object. + + + + + A JSON array. + + + + + A JSON constructor. + + + + + A JSON object property. + + + + + A comment. + + + + + An integer value. + + + + + A float value. + + + + + A string value. + + + + + A boolean value. + + + + + A null value. + + + + + An undefined value. + + + + + A date value. + + + + + A raw JSON value. + + + + + A collection of bytes value. + + + + + A Guid value. + + + + + A Uri value. + + + + + A TimeSpan value. + + + + + Contains the JSON schema extension methods. + + + + + Determines whether the is valid. + + The source to test. + The schema to test with. + + true if the specified is valid; otherwise, false. + + + + + Determines whether the is valid. + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + + + + Validates the specified . + + The source to test. + The schema to test with. + + + + Validates the specified . + + The source to test. + The schema to test with. + The validation event handler. + + + + Returns detailed information about the schema exception. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Resolves from an id. + + + + + Initializes a new instance of the class. + + + + + Gets a for the specified id. + + The id. + A for the specified id. + + + + Gets or sets the loaded schemas. + + The loaded schemas. + + + + Specifies undefined schema Id handling options for the . + + + + + Do not infer a schema Id. + + + + + Use the .NET type name as the schema Id. + + + + + Use the assembly qualified .NET type name as the schema Id. + + + + + Returns detailed information related to the . + + + + + Gets the associated with the validation error. + + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. + + + + Gets the text description corresponding to the validation error. + + The text description. + + + + Represents the callback method that will handle JSON schema validation events and the . + + + + + Resolves member mappings for a type, camel casing property names. + + + + + Used by to resolves a for a given . + + + + + Used by to resolves a for a given . + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + + If set to true the will use a cached shared with other resolvers of the same type. + Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected + behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly + recommended to reuse instances with the . + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Gets the serializable members for the type. + + The type to get serializable members for. + The serializable members for the type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates the constructor parameters. + + The constructor to create properties for. + The type's member properties. + Properties for the given . + + + + Creates a for the given . + + The matching member property. + The constructor parameter. + A created for the given . + + + + Resolves the default for the contract. + + Type of the object. + + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Determines which contract type is created for the given type. + + Type of the object. + A for the given type. + + + + Creates properties for the given . + + The type to create properties for. + /// The member serialization mode for the type. + Properties for the given . + + + + Creates the used by the serializer to get and set values from a member. + + The member. + The used by the serializer to get and set values from a member. + + + + Creates a for the given . + + The member's parent . + The member to create a for. + A created for the given . + + + + Resolves the name of the property. + + Name of the property. + Name of the property. + + + + Gets a value indicating whether members are being get and set using dynamic code generation. + This value is determined by the runtime permissions available. + + + true if using dynamic code generation; otherwise, false. + + + + + Gets or sets the default members search flags. + + The default members search flags. + + + + Gets or sets a value indicating whether compiler generated members should be serialized. + + + true if serialized compiler generated members; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types. + + + true if the interface will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types. + + + true if the attribute will be ignored when serializing and deserializing types; otherwise, false. + + + + + Initializes a new instance of the class. + + + + + Resolves the name of the property. + + Name of the property. + The property name camel cased. + + + + The default serialization binder used when resolving and loading classes from type names. + + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + The type of the object the formatter creates a new instance of. + + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + + + Provides information surrounding an error. + + + + + Gets or sets the error. + + The error. + + + + Gets the original object that caused the error. + + The original object that caused the error. + + + + Gets the member that caused the error. + + The member that caused the error. + + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + + + + Gets or sets a value indicating whether this is handled. + + true if handled; otherwise, false. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Gets the of the collection items. + + The of the collection items. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Gets or sets the property name resolver. + + The property name resolver. + + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + + + + Maps a JSON property to a .NET member or constructor parameter. + + + + + Returns a that represents this instance. + + + A that represents this instance. + + + + + Gets or sets the name of the property. + + The name of the property. + + + + Gets or sets the type that declared this property. + + The type that declared this property. + + + + Gets or sets the order of serialization and deserialization of a member. + + The numeric order of serialization or deserialization. + + + + Gets or sets the name of the underlying member or parameter. + + The name of the underlying member or parameter. + + + + Gets the that will get and set the during serialization. + + The that will get and set the during serialization. + + + + Gets or sets the type of the property. + + The type of the property. + + + + Gets or sets the for the property. + If set this converter takes presidence over the contract converter for the property type. + + The converter. + + + + Gets the member converter. + + The member converter. + + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets a value indicating whether this is readable. + + true if readable; otherwise, false. + + + + Gets a value indicating whether this is writable. + + true if writable; otherwise, false. + + + + Gets the default value. + + The default value. + + + + Gets a value indicating whether this is required. + + A value indicating whether this is required. + + + + Gets a value indicating whether this property preserves object references. + + + true if this instance is reference; otherwise, false. + + + + + Gets the property null value handling. + + The null value handling. + + + + Gets the property default value handling. + + The default value handling. + + + + Gets the property reference loop handling. + + The reference loop handling. + + + + Gets the property object creation handling. + + The object creation handling. + + + + Gets or sets the type name handling. + + The type name handling. + + + + Gets or sets a predicate used to determine whether the property should be serialize. + + A predicate used to determine whether the property should be serialize. + + + + Gets or sets a predicate used to determine whether the property should be serialized. + + A predicate used to determine whether the property should be serialized. + + + + Gets or sets an action used to set whether the property has been deserialized. + + An action used to set whether the property has been deserialized. + + + + A collection of objects. + + + + + Initializes a new instance of the class. + + The type. + + + + When implemented in a derived class, extracts the key from the specified element. + + The element from which to extract the key. + The key for the specified element. + + + + Adds a object. + + The property to add to the collection. + + + + Gets the closest matching object. + First attempts to get an exact case match of propertyName and then + a case insensitive match. + + Name of the property. + A matching property if found. + + + + Gets a property by property name. + + The name of the property to get. + Type property name string comparison. + A matching property if found. + + + + Specifies missing member handling options for the . + + + + + Ignore a missing member and do not attempt to deserialize it. + + + + + Throw a when a missing member is encountered during deserialization. + + + + + Specifies null value handling options for the . + + + + + Include null values when serializing and deserializing objects. + + + + + Ignore null values when serializing and deserializing objects. + + + + + Specifies reference loop handling options for the . + + + + + Throw a when a loop is encountered. + + + + + Ignore loop references and do not serialize. + + + + + Serialize loop references. + + + + + An in-memory representation of a JSON Schema. + + + + + Initializes a new instance of the class. + + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The object representing the JSON Schema. + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The to use when resolving schema references. + The object representing the JSON Schema. + + + + Load a from a string that contains schema JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Parses the specified json. + + The json. + The resolver. + A populated from the string that contains JSON. + + + + Writes this schema to a . + + A into which this method will write. + + + + Writes this schema to a using the specified . + + A into which this method will write. + The resolver used. + + + + Returns a that represents the current . + + + A that represents the current . + + + + + Gets or sets the id. + + + + + Gets or sets the title. + + + + + Gets or sets whether the object is required. + + + + + Gets or sets whether the object is read only. + + + + + Gets or sets whether the object is visible to users. + + + + + Gets or sets whether the object is transient. + + + + + Gets or sets the description of the object. + + + + + Gets or sets the types of values allowed by the object. + + The type. + + + + Gets or sets the pattern. + + The pattern. + + + + Gets or sets the minimum length. + + The minimum length. + + + + Gets or sets the maximum length. + + The maximum length. + + + + Gets or sets a number that the value should be divisble by. + + A number that the value should be divisble by. + + + + Gets or sets the minimum. + + The minimum. + + + + Gets or sets the maximum. + + The maximum. + + + + Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute. + + A flag indicating whether the value can not equal the number defined by the "minimum" attribute. + + + + Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute. + + A flag indicating whether the value can not equal the number defined by the "maximum" attribute. + + + + Gets or sets the minimum number of items. + + The minimum number of items. + + + + Gets or sets the maximum number of items. + + The maximum number of items. + + + + Gets or sets the of items. + + The of items. + + + + Gets or sets the of properties. + + The of properties. + + + + Gets or sets the of additional properties. + + The of additional properties. + + + + Gets or sets the pattern properties. + + The pattern properties. + + + + Gets or sets a value indicating whether additional properties are allowed. + + + true if additional properties are allowed; otherwise, false. + + + + + Gets or sets the required property if this property is present. + + The required property if this property is present. + + + + Gets or sets the identity. + + The identity. + + + + Gets or sets the a collection of valid enum values allowed. + + A collection of valid enum values allowed. + + + + Gets or sets a collection of options. + + A collection of options. + + + + Gets or sets disallowed types. + + The disallow types. + + + + Gets or sets the default value. + + The default value. + + + + Gets or sets the extend . + + The extended . + + + + Gets or sets the format. + + The format. + + + + Generates a from a specified . + + + + + Generate a from the specified type. + + The type to generate a from. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + The used to resolve schema references. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + Specify whether the generated root will be nullable. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + The used to resolve schema references. + Specify whether the generated root will be nullable. + A generated from the specified type. + + + + Gets or sets how undefined schemas are handled by the serializer. + + + + + Gets or sets the contract resolver. + + The contract resolver. + + + + The value types allowed by the . + + + + + No type specified. + + + + + String type. + + + + + Float type. + + + + + Integer type. + + + + + Boolean type. + + + + + Object type. + + + + + Array type. + + + + + Null type. + + + + + Any type. + + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Gets or sets the object member serialization. + + The member object serialization. + + + + Gets the object's properties. + + The object's properties. + + + + Gets the constructor parameters required for any non-default constructor + + + + + Gets or sets the override constructor used to create the object. + This is set when a constructor is marked up using the + JsonConstructor attribute. + + The override constructor. + + + + Gets or sets the parametrized constructor used to create the object. + + The parametrized constructor. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Get and set values for a using reflection. + + + + + Initializes a new instance of the class. + + The member info. + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + When applied to a method, specifies that the method is called when an error occurs serializing an object. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic that returns a result + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Returns a Restrictions object which includes our current restrictions merged + with a restriction limiting our type + + + + + Represents a method that constructs an object. + + + + + Specifies type name handling options for the . + + + + + Do not include the .NET type name when serializing types. + + + + + Include the .NET type name when serializing into a JSON object structure. + + + + + Include the .NET type name when serializing into a JSON array structure. + + + + + Always include the .NET type name when serializing. + + + + + Include the .NET type name when the type of the object being serialized is not the same as its declared type. + + + + + Converts the value to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert the value to. + The converted type. + + + + Converts the value to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert the value to. + The converted value if the conversion was successful or the default value of T if it failed. + + true if initialValue was converted successfully; otherwise, false. + + + + + Converts the value to the specified type. If the value is unable to be converted, the + value is checked whether it assignable to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert or cast the value to. + + The converted type. If conversion was unsuccessful, the initial value + is returned if assignable to the target type. + + + + + Gets a dictionary of the names and values of an Enum type. + + + + + + Gets a dictionary of the names and values of an Enum type. + + The enum type to get names and values for. + + + + + Specifies the type of Json token. + + + + + This is returned by the if a method has not been called. + + + + + An object start token. + + + + + An array start token. + + + + + A constructor start token. + + + + + An object property name. + + + + + A comment. + + + + + Raw JSON. + + + + + An integer. + + + + + A float. + + + + + A string. + + + + + A boolean. + + + + + A null token. + + + + + An undefined token. + + + + + An object end token. + + + + + An array end token. + + + + + A constructor end token. + + + + + A Date. + + + + + Byte data. + + + + + Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. + + + + + Determines whether the collection is null or empty. + + The collection. + + true if the collection is null or empty; otherwise, false. + + + + + Adds the elements of the specified collection to the specified generic IList. + + The list to add to. + The collection of elements to add. + + + + Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer. + + The type of the elements of source. + A sequence in which to locate a value. + The object to locate in the sequence + An equality comparer to compare values. + The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1. + + + + Gets the type of the typed collection's items. + + The type. + The type of the typed collection's items. + + + + Gets the member's underlying type. + + The member. + The underlying type of the member. + + + + Determines whether the member is an indexed property. + + The member. + + true if the member is an indexed property; otherwise, false. + + + + + Determines whether the property is an indexed property. + + The property. + + true if the property is an indexed property; otherwise, false. + + + + + Gets the member's value on the object. + + The member. + The target object. + The member's value on the object. + + + + Sets the member's value on the target object. + + The member. + The target. + The value. + + + + Determines whether the specified MemberInfo can be read. + + The MemberInfo to determine whether can be read. + /// if set to true then allow the member to be gotten non-publicly. + + true if the specified MemberInfo can be read; otherwise, false. + + + + + Determines whether the specified MemberInfo can be set. + + The MemberInfo to determine whether can be set. + if set to true then allow the member to be set non-publicly. + if set to true then allow the member to be set if read-only. + + true if the specified MemberInfo can be set; otherwise, false. + + + + + Determines whether the string is all white space. Empty string will return false. + + The string to test whether it is all white space. + + true if the string is all white space; otherwise, false. + + + + + Nulls an empty string. + + The string. + Null if the string was null, otherwise the string unchanged. + + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + + + diff --git a/packages/Newtonsoft.Json.4.5.3/lib/sl3-wp/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.3/lib/sl3-wp/Newtonsoft.Json.dll new file mode 100644 index 000000000..b3a710721 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/sl3-wp/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/sl3-wp/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.3/lib/sl3-wp/Newtonsoft.Json.pdb new file mode 100644 index 000000000..c344b272a Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/sl3-wp/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/sl3-wp/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.3/lib/sl3-wp/Newtonsoft.Json.xml similarity index 94% rename from packages/Newtonsoft.Json.4.0.6/lib/sl3-wp/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.3/lib/sl3-wp/Newtonsoft.Json.xml index 23790ca24..8149eac5b 100644 --- a/packages/Newtonsoft.Json.4.0.6/lib/sl3-wp/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.3/lib/sl3-wp/Newtonsoft.Json.xml @@ -46,25 +46,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -126,19 +138,29 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -147,6 +169,16 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Specifies the state of the reader. @@ -250,27 +282,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -686,9 +730,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -916,12 +975,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1164,31 +1223,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts a to and from JSON. @@ -1301,6 +1335,38 @@ true if the written enum text will be camel case; otherwise, false. + + + Converts a to and from a string (e.g. "1.2.3.4"). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + Converts XML to and from JSON. @@ -1360,6 +1426,47 @@ true if the JSON root object is omitted; otherwise, false. + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + Indicates the method that will be used during deserialization for locating and loading assemblies. @@ -1403,6 +1510,21 @@ and sets members to their default value when deserializing. + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + Provides an interface to enable a class to return line and position information. @@ -1500,7 +1622,7 @@ - Instructs the not to serialize the public field or public read/write property value. + Instructs the to use the specified constructor when deserializing that object. @@ -1550,6 +1672,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1557,6 +1688,14 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1732,6 +1871,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -2066,6 +2216,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + The exception thrown when an error occurs during Json serialization or deserialization. @@ -2254,6 +2410,31 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + Specifies the settings on a object. @@ -2355,9 +2536,34 @@ The context. + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -2379,26 +2585,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -2413,11 +2631,6 @@ true if LineNumber and LinePosition can be provided; otherwise, false. - - - Gets or sets the culture used when reading JSON. Defaults to . - - Gets the current line number. @@ -2793,6 +3006,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream as a . @@ -2824,6 +3049,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -2854,63 +3084,6 @@ The specified in the constructor. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - The exception thrown when an error occurs while reading Json text. @@ -4535,26 +4708,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -4868,12 +5053,20 @@ - All members are serialized by default. Members can be excluded using the . + All public members are serialized by default. Members can be excluded using or . + This is the default member serialization mode. - Only members must be marked with the are serialized. + Only members must be marked with or are serialized. + This member serialization mode can also be set by marking the class with . + + + + + All public and private fields are serialized. Members can be excluded using or . + This member serialization mode can also be set by marking the class with . @@ -5002,7 +5195,15 @@ Specifies the name of the serialized object. Specifies the name of the serialized object - + The type of the object the formatter creates a new instance of. + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. @@ -5278,6 +5479,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -5393,7 +5600,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -5409,6 +5616,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -5426,6 +5639,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Contract details for a used by the . @@ -5745,14 +5970,14 @@ Include the .NET type name when serializing into a JSON array structure. - + - Include the .NET type name when the type of the object being serialized is not the same as its declared type. + Always include the .NET type name when serializing. - + - Always include the .NET type name when serializing. + Include the .NET type name when the type of the object being serialized is not the same as its declared type. @@ -5933,6 +6158,17 @@ true if the specified is valid; otherwise, false. + + + Determines whether the is valid. + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + Validates the specified . @@ -5985,6 +6221,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Specifies undefined schema Id handling options for the . @@ -6012,13 +6254,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. - The JsonSchemaException associated with the validation event. + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -6390,5 +6638,47 @@ Any type. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.3/lib/sl4-windowsphone71/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.3/lib/sl4-windowsphone71/Newtonsoft.Json.dll new file mode 100644 index 000000000..b3a710721 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/sl4-windowsphone71/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/sl4-windowsphone71/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.3/lib/sl4-windowsphone71/Newtonsoft.Json.pdb new file mode 100644 index 000000000..c344b272a Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/sl4-windowsphone71/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/sl4-windowsphone71/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.3/lib/sl4-windowsphone71/Newtonsoft.Json.xml similarity index 94% rename from packages/Newtonsoft.Json.4.0.6/lib/sl4-windowsphone71/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.3/lib/sl4-windowsphone71/Newtonsoft.Json.xml index 23790ca24..8149eac5b 100644 --- a/packages/Newtonsoft.Json.4.0.6/lib/sl4-windowsphone71/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.3/lib/sl4-windowsphone71/Newtonsoft.Json.xml @@ -46,25 +46,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -126,19 +138,29 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -147,6 +169,16 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Specifies the state of the reader. @@ -250,27 +282,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -686,9 +730,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -916,12 +975,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1164,31 +1223,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts a to and from JSON. @@ -1301,6 +1335,38 @@ true if the written enum text will be camel case; otherwise, false. + + + Converts a to and from a string (e.g. "1.2.3.4"). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + Converts XML to and from JSON. @@ -1360,6 +1426,47 @@ true if the JSON root object is omitted; otherwise, false. + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + Indicates the method that will be used during deserialization for locating and loading assemblies. @@ -1403,6 +1510,21 @@ and sets members to their default value when deserializing. + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + Provides an interface to enable a class to return line and position information. @@ -1500,7 +1622,7 @@ - Instructs the not to serialize the public field or public read/write property value. + Instructs the to use the specified constructor when deserializing that object. @@ -1550,6 +1672,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1557,6 +1688,14 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1732,6 +1871,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -2066,6 +2216,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + The exception thrown when an error occurs during Json serialization or deserialization. @@ -2254,6 +2410,31 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + Specifies the settings on a object. @@ -2355,9 +2536,34 @@ The context. + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -2379,26 +2585,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -2413,11 +2631,6 @@ true if LineNumber and LinePosition can be provided; otherwise, false. - - - Gets or sets the culture used when reading JSON. Defaults to . - - Gets the current line number. @@ -2793,6 +3006,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream as a . @@ -2824,6 +3049,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -2854,63 +3084,6 @@ The specified in the constructor. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - The exception thrown when an error occurs while reading Json text. @@ -4535,26 +4708,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -4868,12 +5053,20 @@ - All members are serialized by default. Members can be excluded using the . + All public members are serialized by default. Members can be excluded using or . + This is the default member serialization mode. - Only members must be marked with the are serialized. + Only members must be marked with or are serialized. + This member serialization mode can also be set by marking the class with . + + + + + All public and private fields are serialized. Members can be excluded using or . + This member serialization mode can also be set by marking the class with . @@ -5002,7 +5195,15 @@ Specifies the name of the serialized object. Specifies the name of the serialized object - + The type of the object the formatter creates a new instance of. + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. @@ -5278,6 +5479,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -5393,7 +5600,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -5409,6 +5616,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -5426,6 +5639,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Contract details for a used by the . @@ -5745,14 +5970,14 @@ Include the .NET type name when serializing into a JSON array structure. - + - Include the .NET type name when the type of the object being serialized is not the same as its declared type. + Always include the .NET type name when serializing. - + - Always include the .NET type name when serializing. + Include the .NET type name when the type of the object being serialized is not the same as its declared type. @@ -5933,6 +6158,17 @@ true if the specified is valid; otherwise, false. + + + Determines whether the is valid. + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + Validates the specified . @@ -5985,6 +6221,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Specifies undefined schema Id handling options for the . @@ -6012,13 +6254,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. - The JsonSchemaException associated with the validation event. + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -6390,5 +6638,47 @@ Any type. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.3/lib/sl4/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.3/lib/sl4/Newtonsoft.Json.dll new file mode 100644 index 000000000..b7c5f2d4d Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/sl4/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/sl4/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.3/lib/sl4/Newtonsoft.Json.pdb new file mode 100644 index 000000000..d5e7388c7 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/sl4/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.0.6/lib/sl4/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.3/lib/sl4/Newtonsoft.Json.xml similarity index 94% rename from packages/Newtonsoft.Json.4.0.6/lib/sl4/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.4.5.3/lib/sl4/Newtonsoft.Json.xml index 3849b9c86..15fab4014 100644 --- a/packages/Newtonsoft.Json.4.0.6/lib/sl4/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.4.5.3/lib/sl4/Newtonsoft.Json.xml @@ -46,25 +46,37 @@ Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -126,19 +138,29 @@ Gets the quotation mark character used to enclose the value of a string. + + + Get or set how time zones are handling when reading JSON. + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + - Gets the type of the current Json token. + Gets the type of the current JSON token. - Gets the text value of the current Json token. + Gets the text value of the current JSON token. - Gets The Common Language Runtime (CLR) type for the current Json token. + Gets The Common Language Runtime (CLR) type for the current JSON token. @@ -147,6 +169,16 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + Specifies the state of the reader. @@ -250,27 +282,39 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -686,9 +730,24 @@ Gets the state of the writer. + + + Gets the path of the writer. + + - Indicates how the output is formatted. + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. @@ -916,12 +975,12 @@ - First attempt to use the public default constructor then fall back to single paramatized constructor. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - Allow Json.NET to use a non-public default constructor. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. @@ -1204,31 +1263,6 @@ The calling serializer. The object value. - - - Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. - - - - - The time represented is local time. - - - - - The time represented is UTC. - - - - - The time represented is not specified as either local time or Coordinated Universal Time (UTC). - - - - - Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object. - - Converts a to and from JSON. @@ -1341,6 +1375,79 @@ true if the written enum text will be camel case; otherwise, false. + + + Converts a to and from a string (e.g. "1.2.3.4"). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + Indicates the method that will be used during deserialization for locating and loading assemblies. @@ -1384,6 +1491,21 @@ and sets members to their default value when deserializing. + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + Provides an interface to enable a class to return line and position information. @@ -1481,7 +1603,7 @@ - Instructs the not to serialize the public field or public read/write property value. + Instructs the to use the specified constructor when deserializing that object. @@ -1531,6 +1653,15 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1538,6 +1669,14 @@ The value to convert. A JSON string representation of the . + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + Converts the to its JSON string representation. @@ -1713,6 +1852,17 @@ A collection converters used while serializing. A JSON string representation of the object. + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + Serializes the specified object to a JSON string using a collection of . @@ -1996,6 +2146,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + The exception thrown when an error occurs during Json serialization or deserialization. @@ -2184,6 +2340,31 @@ The context. + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + Specifies the settings on a object. @@ -2285,9 +2466,34 @@ The context. + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + - Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. @@ -2309,26 +2515,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -2343,11 +2561,6 @@ true if LineNumber and LinePosition can be provided; otherwise, false. - - - Gets or sets the culture used when reading JSON. Defaults to . - - Gets the current line number. @@ -2723,6 +2936,18 @@ A . + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + Reads the next JSON token from the stream as a . @@ -2754,6 +2979,11 @@ The depth of the current token in the JSON document. + + + Gets the path of the current JSON token. + + Gets the quotation mark character used to enclose the value of a string. @@ -2784,63 +3014,6 @@ The specified in the constructor. - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls results in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - A array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - The exception thrown when an error occurs while reading Json text. @@ -4501,26 +4674,38 @@ Reads the next JSON token from the stream as a . - A or a null reference if the next JSON token is null. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. Reads the next JSON token from the stream as a . - A . + A . This method will return null at the end of an array. @@ -4834,12 +5019,20 @@ - All members are serialized by default. Members can be excluded using the . + All public members are serialized by default. Members can be excluded using or . + This is the default member serialization mode. - Only members must be marked with the are serialized. + Only members must be marked with or are serialized. + This member serialization mode can also be set by marking the class with . + + + + + All public and private fields are serialized. Members can be excluded using or . + This member serialization mode can also be set by marking the class with . @@ -4968,7 +5161,15 @@ Specifies the name of the serialized object. Specifies the name of the serialized object - + The type of the object the formatter creates a new instance of. + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. @@ -5251,6 +5452,12 @@ The member that caused the error. + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + Gets or sets a value indicating whether this is handled. @@ -5366,7 +5573,7 @@ - Gets or sets a value indicating whether [default creator non public]. + Gets or sets a value indicating whether the default creator is non public. true if the default object creator is non-public; otherwise, false. @@ -5382,6 +5589,12 @@ The underlying type for the contract. + + + Gets the of the collection items. + + The of the collection items. + Contract details for a used by the . @@ -5399,6 +5612,18 @@ The property name resolver. + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + Contract details for a used by the . @@ -5675,14 +5900,6 @@ Type property name string comparison. A matching property if found. - - - Serializes the dynamic. - - The writer. - The value. - The contract. - Contract details for a used by the . @@ -5749,14 +5966,14 @@ Include the .NET type name when serializing into a JSON array structure. - + - Include the .NET type name when the type of the object being serialized is not the same as its declared type. + Always include the .NET type name when serializing. - + - Always include the .NET type name when serializing. + Include the .NET type name when the type of the object being serialized is not the same as its declared type. @@ -5963,6 +6180,17 @@ true if the specified is valid; otherwise, false. + + + Determines whether the is valid. + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + Validates the specified . @@ -6015,6 +6243,12 @@ The line position indicating where the error occurred. + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + Specifies undefined schema Id handling options for the . @@ -6042,13 +6276,19 @@ - Gets the associated with the validation event. + Gets the associated with the validation error. - The JsonSchemaException associated with the validation event. + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. - Gets the text description corresponding to the validation event. + Gets the text description corresponding to the validation error. The text description. @@ -6420,5 +6660,47 @@ Any type. + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + diff --git a/packages/Newtonsoft.Json.4.5.3/lib/winrt45/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.4.5.3/lib/winrt45/Newtonsoft.Json.dll new file mode 100644 index 000000000..c03cea408 Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/winrt45/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/winrt45/Newtonsoft.Json.pdb b/packages/Newtonsoft.Json.4.5.3/lib/winrt45/Newtonsoft.Json.pdb new file mode 100644 index 000000000..87d8aad8b Binary files /dev/null and b/packages/Newtonsoft.Json.4.5.3/lib/winrt45/Newtonsoft.Json.pdb differ diff --git a/packages/Newtonsoft.Json.4.5.3/lib/winrt45/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.4.5.3/lib/winrt45/Newtonsoft.Json.xml new file mode 100644 index 000000000..933bfee42 --- /dev/null +++ b/packages/Newtonsoft.Json.4.5.3/lib/winrt45/Newtonsoft.Json.xml @@ -0,0 +1,6927 @@ + + + + Newtonsoft.Json + + + + + Represents a BSON Oid (object id). + + + + + Initializes a new instance of the class. + + The Oid value. + + + + Gets or sets the value of the Oid. + + The value of the Oid. + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + + + + + Initializes a new instance of the class with the specified . + + + + + Reads the next JSON token from the stream. + + true if the next token was read successfully; false if there are no more tokens to read. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Skips the children of the current token. + + + + + Sets the current token. + + The new token. + + + + Sets the current token and value. + + The new token. + The value. + + + + Sets the state based on current token type. + + + + + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + + + + + Releases unmanaged and - optionally - managed resources + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Changes the to Closed. + + + + + Gets the current reader state. + + The current reader state. + + + + Gets or sets a value indicating whether the underlying stream or + should be closed when the reader is closed. + + + true to close the underlying stream or when + the reader is closed; otherwise false. The default is true. + + + + + Gets the quotation mark character used to enclose the value of a string. + + + + + Get or set how time zones are handling when reading JSON. + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Gets the type of the current JSON token. + + + + + Gets the text value of the current JSON token. + + + + + Gets The Common Language Runtime (CLR) type for the current JSON token. + + + + + Gets the depth of the current token in the JSON document. + + The depth of the current token in the JSON document. + + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Specifies the state of the reader. + + + + + The Read method has not been called. + + + + + The end of the file has been reached successfully. + + + + + Reader is at a property. + + + + + Reader is at the start of an object. + + + + + Reader is in an object. + + + + + Reader is at the start of an array. + + + + + Reader is in an array. + + + + + The Close method has been called. + + + + + Reader has just read a value. + + + + + Reader is at the start of a constructor. + + + + + Reader in a constructor. + + + + + An error occurred that prevents the read operation from continuing. + + + + + The end of the file has been reached successfully. + + + + + Initializes a new instance of the class. + + The stream. + + + + Initializes a new instance of the class. + + The reader. + + + + Initializes a new instance of the class. + + The stream. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. + + + + Initializes a new instance of the class. + + The reader. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. + + + + Reads the next JSON token from the stream as a . + + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + + A . This method will return null at the end of an array. + + + + + Reads the next JSON token from the stream. + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Changes the to Closed. + + + + + Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary. + + + true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false. + + + + + Gets or sets a value indicating whether the root object will be read as a JSON array. + + + true if the root object will be read as a JSON array; otherwise, false. + + + + + Gets or sets the used when reading values from BSON. + + The used when reading values from BSON. + + + + 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. + + + + + Creates an instance of the JsonWriter class. + + + + + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. + + + + + Closes this stream and the underlying stream. + + + + + Writes the beginning of a Json object. + + + + + Writes the end of a Json object. + + + + + Writes the beginning of a Json array. + + + + + Writes the end of an array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the end constructor. + + + + + Writes the property name of a name/value pair on a Json object. + + The name of the property. + + + + Writes the end of the current Json object or array. + + + + + Writes the current token. + + The to read the token from. + + + + Writes the specified end token. + + The end token to write. + + + + Writes indent characters. + + + + + Writes the JSON value delimiter. + + + + + Writes an indent space. + + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON without changing the writer's state. + + The raw JSON to write. + + + + Writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes out a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes out the given white space. + + The string of white space characters. + + + + Gets or sets a value indicating whether the underlying stream or + should be closed when the writer is closed. + + + true to close the underlying stream or when + the writer is closed; otherwise false. The default is true. + + + + + Gets the top. + + The top. + + + + Gets the state of the writer. + + + + + Gets the path of the writer. + + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling when writing JSON. + + + + + Initializes a new instance of the class. + + The stream. + + + + Initializes a new instance of the class. + + The writer. + + + + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. + + + + + Writes the end. + + The token. + + + + Writes out a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + + + + Writes the beginning of a Json array. + + + + + Writes the beginning of a Json object. + + + + + Writes the property name of a name/value pair on a Json object. + + The name of the property. + + + + Closes this stream and the underlying stream. + + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value that represents a BSON object id. + + + + + + Writes a BSON regex. + + The regex pattern. + The regex options. + + + + Gets or sets the used when writing values to BSON. + When set to no conversion will occur. + + The used when writing values to BSON. + + + + Specifies how constructors are used when initializing objects during deserialization by the . + + + + + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. + + + + + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. + + + + + Converts a binary value to and from a base 64 string value. + + + + + Converts an object to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets the of the JSON produced by the JsonConverter. + + The of the JSON produced by the JsonConverter. + + + + Gets a value indicating whether this can read JSON. + + true if this can read JSON; otherwise, false. + + + + Gets a value indicating whether this can write JSON. + + true if this can write JSON; otherwise, false. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from JSON and BSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Create a custom object + + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Creates an object which will then be populated by the serializer. + + Type of the object. + + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can write JSON. + + + true if this can write JSON; otherwise, false. + + + + + Provides a base class for converting a to and from JSON. + + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an ExpandoObject to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can write JSON. + + + true if this can write JSON; otherwise, false. + + + + + Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Gets or sets the date time styles used when converting a date to and from JSON. + + The date time styles used when converting a date to and from JSON. + + + + Gets or sets the date time format used when converting a date to and from JSON. + + The date time format used when converting a date to and from JSON. + + + + Gets or sets the culture used when converting a date to and from JSON. + + The culture used when converting a date to and from JSON. + + + + Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from JSON and BSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an to and from its name string value. + + + Converts an to and from its name string value. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + A cached representation of the Enum string representation to respect per Enum field name. + + The type of the Enum. + A map of enum field name to either the field name, or the configured enum member name (). + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets or sets a value indicating whether the written enum text should be camel case. + + true if the written enum text will be camel case; otherwise, false. + + + + Converts a to and from a string (e.g. "1.2.3.4"). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts XML to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The calling serializer. + The value. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Checks if the attributeName is a namespace attribute. + + Attribute name to test. + The attribute name prefix if it has one, otherwise an empty string. + True if attribute name is for a namespace attribute, otherwise false. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements. + + The name of the deserialize root element. + + + + Gets or sets a flag to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + true if the array attibute is written to the XML; otherwise, false. + + + + Gets or sets a value indicating whether to write the root JSON object. + + true if the JSON root object is omitted; otherwise, false. + + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + + + + Specifies default value handling options for the . + + + + + Include members where the member value is the same as the member's default value when serializing objects. + Included members are written to JSON. Has no effect when deserializing. + + + + + Ignore members where the member value is the same as the member's default value when serializing objects + so that is is not written to JSON, and ignores setting members when the JSON value equals the member's default value. + + + + + Members with a default value but no JSON will be set to their default value when deserializing. + + + + + Ignore members where the member value is the same as the member's default value when serializing objects + and sets members to their default value when deserializing. + + + + + Indicates the method that will be used during deserialization for locating and loading assemblies. + + + + + In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly. + + + + + In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly. + + + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + + + + Provides an interface to enable a class to return line and position information. + + + + + Gets a value indicating whether the class can return line information. + + + true if LineNumber and LinePosition can be provided; otherwise, false. + + + + + Gets the current line number. + + The current line number or 0 if no line information is available (for example, HasLineInfo returns false). + + + + Gets the current line position. + + The current line position or 0 if no line information is available (for example, HasLineInfo returns false). + + + + Instructs the how to serialize the collection. + + + + + Instructs the how to serialize the object. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Gets or sets the id. + + The id. + + + + Gets or sets the title. + + The title. + + + + Gets or sets the description. + + The description. + + + + Gets or sets a value that indicates whether to preserve object reference data. + + + true to keep object reference; otherwise, false. The default is false. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a flag indicating whether the array can contain null items + + A flag indicating whether the array can contain null items. + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Gets or sets a value indicating whether null items are allowed in the collection. + + true if null items are allowed in the collection; otherwise, false. + + + + Instructs the to use the specified constructor when deserializing that object. + + + + + Provides methods for converting between common language runtime types and JSON types. + + + + + Represents JavaScript's boolean value true as a string. This field is read-only. + + + + + Represents JavaScript's boolean value false as a string. This field is read-only. + + + + + Represents JavaScript's null as a string. This field is read-only. + + + + + Represents JavaScript's undefined as a string. This field is read-only. + + + + + Represents JavaScript's positive infinity as a string. This field is read-only. + + + + + Represents JavaScript's negative infinity as a string. This field is read-only. + + + + + Represents JavaScript's NaN as a string. This field is read-only. + + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + The string delimiter character. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Serializes the specified object to a JSON string. + + The object to serialize. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string. + + The object to serialize. + Indicates how the output is formatted. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + A collection converters used while serializing. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + A collection converters used while serializing. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A JSON string representation of the object. + + + + + Asynchronously serializes the specified object to a JSON string using a collection of . + + The object to serialize. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + + + + + Asynchronously serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + + + + + Asynchronously serializes the specified object to a JSON string using a collection of . + + The object to serialize. + Indicates how the output is formatted. + The used to serialize the object. + If this is null, default serialization settings will be is used. + + A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object. + + + + + Deserializes the JSON to a .NET object. + + The JSON to deserialize. + The deserialized object from the Json string. + + + + Deserializes the JSON to a .NET object. + + The JSON to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The of object being deserialized. + The deserialized object from the Json string. + + + + Deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + The deserialized object from the Json string. + + + + Deserializes the JSON to the given anonymous type. + + + The anonymous type to deserialize to. This can't be specified + traditionally and must be infered from the anonymous type passed + as a parameter. + + The JSON to deserialize. + The anonymous type object. + The deserialized anonymous type from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The object to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The type of the object to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The type of the object to deserialize to. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + The deserialized object from the JSON string. + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Asynchronously deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The type of the object to deserialize to. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string. + + + + + Populates the object with values from the JSON string. + + The JSON to populate values from. + The target object to populate values onto. + + + + Populates the object with values from the JSON string. + + The JSON to populate values from. + The target object to populate values onto. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + + + Asynchronously populates the object with values from the JSON string. + + The JSON to populate values from. + The target object to populate values onto. + + The used to deserialize the object. + If this is null, default serialization settings will be is used. + + + A task that represents the asynchronous populate operation. + + + + + Serializes the to a JSON string. + + The node to convert to JSON. + A JSON string of the XNode. + + + + Serializes the to a JSON string. + + The node to convert to JSON. + Indicates how the output is formatted. + A JSON string of the XNode. + + + + Serializes the to a JSON string. + + The node to serialize. + Indicates how the output is formatted. + Omits writing the root object. + A JSON string of the XNode. + + + + Deserializes the from a JSON string. + + The JSON string. + The deserialized XNode + + + + Deserializes the from a JSON string nested in a root elment. + + The JSON string. + The name of the root element to append when deserializing. + The deserialized XNode + + + + Deserializes the from a JSON string nested in a root elment. + + The JSON string. + The name of the root element to append when deserializing. + + A flag to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + The deserialized XNode + + + + Instructs the to use the specified when serializing the member or class. + + + + + Initializes a new instance of the class. + + Type of the converter. + + + + Gets the type of the converter. + + The type of the converter. + + + + Represents a collection of . + + + + + Instructs the not to serialize the public field or public read/write property value. + + + + + Instructs the how to serialize the object. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified member serialization. + + The member serialization. + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Gets or sets the member serialization. + + The member serialization. + + + + Instructs the to always serialize the member with the specified name. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified name. + + Name of the property. + + + + Gets or sets the null value handling used when serializing this property. + + The null value handling. + + + + Gets or sets the default value handling used when serializing this property. + + The default value handling. + + + + Gets or sets the reference loop handling used when serializing this property. + + The reference loop handling. + + + + Gets or sets the object creation handling used when deserializing this property. + + The object creation handling. + + + + Gets or sets the type name handling used when serializing this property. + + The type name handling. + + + + Gets or sets whether this property's value is serialized as a reference. + + Whether this property's value is serialized as a reference. + + + + Gets or sets the order of serialization and deserialization of a member. + + The numeric order of serialization or deserialization. + + + + Gets or sets the name of the property. + + The name of the property. + + + + Gets or sets a value indicating whether this property is required. + + + A value indicating whether this property is required. + + + + + The exception thrown when an error occurs while reading Json text. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + The exception thrown when an error occurs during Json serialization or deserialization. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Serializes and deserializes objects into and from the JSON format. + The enables you to control how objects are encoded into JSON. + + + + + Initializes a new instance of the class. + + + + + Creates a new instance using the specified . + + The settings to be applied to the . + A new instance using the specified . + + + + Populates the JSON values onto the target object. + + The that contains the JSON structure to reader values from. + The target object to populate values onto. + + + + Populates the JSON values onto the target object. + + The that contains the JSON structure to reader values from. + The target object to populate values onto. + + + + Deserializes the Json structure contained by the specified . + + The that contains the JSON structure to deserialize. + The being deserialized. + + + + Deserializes the Json structure contained by the specified + into an instance of the specified type. + + The containing the object. + The of object being deserialized. + The instance of being deserialized. + + + + Deserializes the Json structure contained by the specified + into an instance of the specified type. + + The containing the object. + The type of the object to deserialize. + The instance of being deserialized. + + + + Deserializes the Json structure contained by the specified + into an instance of the specified type. + + The containing the object. + The of object being deserialized. + The instance of being deserialized. + + + + Serializes the specified and writes the Json structure + to a Stream using the specified . + + The used to write the Json structure. + The to serialize. + + + + Serializes the specified and writes the Json structure + to a Stream using the specified . + + The used to write the Json structure. + The to serialize. + + + + Occurs when the errors during serialization and deserialization. + + + + + Gets or sets the used by the serializer when resolving references. + + + + + Gets or sets the used by the serializer when resolving type names. + + + + + Gets or sets how type name writing and reading is handled by the serializer. + + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + + The type name assembly format. + + + + Gets or sets how object references are preserved by the serializer. + + + + + Get or set how reference loops (e.g. a class referencing itself) is handled. + + + + + Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + + + + + Get or set how null values are handled during serialization and deserialization. + + + + + Get or set how null default are handled during serialization and deserialization. + + + + + Gets or sets how objects are created during deserialization. + + The object creation handling. + + + + Gets or sets how constructors are used during deserialization. + + The constructor handling. + + + + Gets a collection that will be used during serialization. + + Collection that will be used during serialization. + + + + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. + + + + + Gets or sets the used by the serializer when invoking serialization callback methods. + + The context. + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Specifies the settings on a object. + + + + + Initializes a new instance of the class. + + + + + Gets or sets how reference loops (e.g. a class referencing itself) is handled. + + Reference loop handling. + + + + Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + + Missing member handling. + + + + Gets or sets how objects are created during deserialization. + + The object creation handling. + + + + Gets or sets how null values are handled during serialization and deserialization. + + Null value handling. + + + + Gets or sets how null default are handled during serialization and deserialization. + + The default value handling. + + + + Gets or sets a collection that will be used during serialization. + + The converters. + + + + Gets or sets how object references are preserved by the serializer. + + The preserve references handling. + + + + Gets or sets how type name writing and reading is handled by the serializer. + + The type name handling. + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + + The type name assembly format. + + + + Gets or sets how constructors are used during deserialization. + + The constructor handling. + + + + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. + + The contract resolver. + + + + Gets or sets the used by the serializer when resolving references. + + The reference resolver. + + + + Gets or sets the used by the serializer when resolving type names. + + The binder. + + + + Gets or sets the error handler called during serialization and deserialization. + + The error handler called during serialization and deserialization. + + + + Gets or sets the used by the serializer when invoking serialization callback methods. + + The context. + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + + + + + Indicates how JSON text output is formatted. + + + + + Get or set how dates are written to JSON text. + + + + + Get or set how time zones are handling during serialization and deserialization. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. + + + + + Initializes a new instance of the class with the specified . + + The TextReader containing the XML data to read. + + + + Reads the next JSON token from the stream. + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Reads the next JSON token from the stream as a . + + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Changes the state to closed. + + + + + Gets a value indicating whether the class can return line information. + + + true if LineNumber and LinePosition can be provided; otherwise, false. + + + + + Gets the current line number. + + + The current line number or 0 if no line information is available (for example, HasLineInfo returns false). + + + + + Gets the current line position. + + + The current line position or 0 if no line information is available (for example, HasLineInfo returns false). + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. + + + + + Creates an instance of the JsonWriter class using the specified . + + The TextWriter to write to. + + + + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. + + + + + Closes this stream and the underlying stream. + + + + + Writes the beginning of a Json object. + + + + + Writes the beginning of a Json array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the specified end token. + + The end token to write. + + + + Writes the property name of a name/value pair on a Json object. + + The name of the property. + + + + Writes indent characters. + + + + + Writes the JSON value delimiter. + + + + + Writes an indent space. + + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes out a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes out the given white space. + + The string of white space characters. + + + + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. + + + + + Gets or sets which character to use to quote attribute values. + + + + + Gets or sets which character to use for indenting when is set to Formatting.Indented. + + + + + Gets or sets a value indicating whether object names will be surrounded with quotes. + + + + + Specifies the type of Json token. + + + + + This is returned by the if a method has not been called. + + + + + An object start token. + + + + + An array start token. + + + + + A constructor start token. + + + + + An object property name. + + + + + A comment. + + + + + Raw JSON. + + + + + An integer. + + + + + A float. + + + + + A string. + + + + + A boolean. + + + + + A null token. + + + + + An undefined token. + + + + + An object end token. + + + + + An array end token. + + + + + A constructor end token. + + + + + A Date. + + + + + Byte data. + + + + + Represents a reader that provides validation. + + + + + Initializes a new instance of the class that + validates the content returned from the given . + + The to read from while validating. + + + + Reads the next JSON token from the stream as a . + + A . + + + + Reads the next JSON token from the stream as a . + + + A or a null reference if the next JSON token is null. + + + + + Reads the next JSON token from the stream as a . + + A . + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . + + + + Reads the next JSON token from the stream. + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Sets an event handler for receiving schema validation errors. + + + + + Gets the text value of the current Json token. + + + + + + Gets the depth of the current token in the JSON document. + + The depth of the current token in the JSON document. + + + + Gets the path of the current JSON token. + + + + + Gets the quotation mark character used to enclose the value of a string. + + + + + + Gets the type of the current Json token. + + + + + + Gets the Common Language Runtime (CLR) type for the current Json token. + + + + + + Gets or sets the schema. + + The schema. + + + + Gets the used to construct this . + + The specified in the constructor. + + + + The exception thrown when an error occurs while reading Json text. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Contains the LINQ to JSON extension methods. + + + + + Returns a collection of tokens that contains the ancestors of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the ancestors of every node in the source collection. + + + + Returns a collection of tokens that contains the descendants of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the descendants of every node in the source collection. + + + + Returns a collection of child properties of every object in the source collection. + + An of that contains the source collection. + An of that contains the properties of every object in the source collection. + + + + Returns a collection of child values of every object in the source collection with the given key. + + An of that contains the source collection. + The token key. + An of that contains the values of every node in the source collection with the given key. + + + + Returns a collection of child values of every object in the source collection. + + An of that contains the source collection. + An of that contains the values of every node in the source collection. + + + + Returns a collection of converted child values of every object in the source collection with the given key. + + The type to convert the values to. + An of that contains the source collection. + The token key. + An that contains the converted values of every node in the source collection with the given key. + + + + Returns a collection of converted child values of every object in the source collection. + + The type to convert the values to. + An of that contains the source collection. + An that contains the converted values of every node in the source collection. + + + + Converts the value. + + The type to convert the value to. + A cast as a of . + A converted value. + + + + Converts the value. + + The source collection type. + The type to convert the value to. + A cast as a of . + A converted value. + + + + Returns a collection of child tokens of every array in the source collection. + + The source collection type. + An of that contains the source collection. + An of that contains the values of every node in the source collection. + + + + Returns a collection of converted child tokens of every array in the source collection. + + An of that contains the source collection. + The type to convert the values to. + The source collection type. + An that contains the converted values of every node in the source collection. + + + + Returns the input typed as . + + An of that contains the source collection. + The input typed as . + + + + Returns the input typed as . + + The source collection type. + An of that contains the source collection. + The input typed as . + + + + Represents a collection of objects. + + The type of token + + + + Gets the with the specified key. + + + + + + Represents a JSON array. + + + + + Represents a token that can contain other tokens. + + + + + Represents an abstract JSON token. + + + + + Compares the values of two tokens, including the values of all descendant tokens. + + The first to compare. + The second to compare. + true if the tokens are equal; otherwise false. + + + + Adds the specified content immediately after this token. + + A content object that contains simple content or a collection of content objects to be added after this token. + + + + Adds the specified content immediately before this token. + + A content object that contains simple content or a collection of content objects to be added before this token. + + + + Returns a collection of the ancestor tokens of this token. + + A collection of the ancestor tokens of this token. + + + + Returns a collection of the sibling tokens after this token, in document order. + + A collection of the sibling tokens after this tokens, in document order. + + + + Returns a collection of the sibling tokens before this token, in document order. + + A collection of the sibling tokens before this token, in document order. + + + + Gets the with the specified key converted to the specified type. + + The type to convert the token to. + The token key. + The converted token value. + + + + Returns a collection of the child tokens of this token, in document order. + + An of containing the child tokens of this , in document order. + + + + Returns a collection of the child tokens of this token, in document order, filtered by the specified type. + + The type to filter the child tokens on. + A containing the child tokens of this , in document order. + + + + Returns a collection of the child values of this token, in document order. + + The type to convert the values to. + A containing the child values of this , in document order. + + + + Removes this token from its parent. + + + + + Replaces this token with the specified token. + + The value. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Returns the indented JSON for this token. + + + The indented JSON for this token. + + + + + Returns the JSON for this token using the given formatting and converters. + + Indicates how the output is formatted. + A collection of which will be used when writing the token. + The JSON for this token using the given formatting and converters. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Creates an for this token. + + An that can be used to read this token and its descendants. + + + + Creates a from an object. + + The object that will be used to create . + A with the value of the specified object + + + + Creates a from an object using the specified . + + The object that will be used to create . + The that will be used when reading the object. + A with the value of the specified object + + + + Creates the specified .NET type from the . + + The new object created from the JSON value. + + + + Creates the specified .NET type from the using the specified . + + The that will be used when creating the object. + The new object created from the JSON value. + + + + Creates a from a . + + An positioned at the token to read into this . + + An that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Creates a from a . + + An positioned at the token to read into this . + + An that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Selects the token that matches the object path. + + + The object path from the current to the + to be returned. This must be a string of property names or array indexes separated + by periods, such as Tables[0].DefaultView[0].Price in C# or + Tables(0).DefaultView(0).Price in Visual Basic. + + The that matches the object path or a null reference if no matching token is found. + + + + Selects the token that matches the object path. + + + The object path from the current to the + to be returned. This must be a string of property names or array indexes separated + by periods, such as Tables[0].DefaultView[0].Price in C# or + Tables(0).DefaultView(0).Price in Visual Basic. + + A flag to indicate whether an error should be thrown if no token is found. + The that matches the object path. + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Creates a new instance of the . All child tokens are recursively cloned. + + A new instance of the . + + + + Gets a comparer that can compare two tokens for value equality. + + A that can compare two nodes for value equality. + + + + Gets or sets the parent. + + The parent. + + + + Gets the root of this . + + The root of this . + + + + Gets the node type for this . + + The type. + + + + Gets a value indicating whether this token has childen tokens. + + + true if this token has child values; otherwise, false. + + + + + Gets the next sibling token of this node. + + The that contains the next sibling token. + + + + Gets the previous sibling token of this node. + + The that contains the previous sibling token. + + + + Gets the with the specified key. + + The with the specified key. + + + + Get the first child token of this token. + + A containing the first child token of the . + + + + Get the last child token of this token. + + A containing the last child token of the . + + + + Raises the event. + + The instance containing the event data. + + + + Returns a collection of the child tokens of this token, in document order. + + + An of containing the child tokens of this , in document order. + + + + + Returns a collection of the child values of this token, in document order. + + The type to convert the values to. + + A containing the child values of this , in document order. + + + + + Returns a collection of the descendant tokens for this token in document order. + + An containing the descendant tokens of the . + + + + Adds the specified content as children of this . + + The content to be added. + + + + Adds the specified content as the first children of this . + + The content to be added. + + + + Creates an that can be used to add tokens to the . + + An that is ready to have content written to it. + + + + Replaces the children nodes of this token with the specified content. + + The content. + + + + Removes the child nodes from this token. + + + + + Occurs when the items list of the collection has changed, or the collection is reset. + + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets a value indicating whether this token has childen tokens. + + + true if this token has child values; otherwise, false. + + + + + Get the first child token of this token. + + + A containing the first child token of the . + + + + + Get the last child token of this token. + + + A containing the last child token of the . + + + + + Gets the count of child JSON tokens. + + The count of child JSON tokens + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified content. + + The contents of the array. + + + + Initializes a new instance of the class with the specified content. + + The contents of the array. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Creates a from an object. + + The object that will be used to create . + A with the values of the specified object + + + + Creates a from an object. + + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Determines the index of a specific item in the . + + The object to locate in the . + + The index of if found in the list; otherwise, -1. + + + + + Inserts an item to the at the specified index. + + The zero-based index at which should be inserted. + The object to insert into the . + + is not a valid index in the . + The is read-only. + + + + Removes the item at the specified index. + + The zero-based index of the item to remove. + + is not a valid index in the . + The is read-only. + + + + Adds an item to the . + + The object to add to the . + The is read-only. + + + + Removes all items from the . + + The is read-only. + + + + Determines whether the contains a specific value. + + The object to locate in the . + + true if is found in the ; otherwise, false. + + + + + Removes the first occurrence of a specific object from the . + + The object to remove from the . + + true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original . + + The is read-only. + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets the node type for this . + + The type. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets or sets the at the specified index. + + + + + + Represents a JSON constructor. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified name and content. + + The constructor name. + The contents of the constructor. + + + + Initializes a new instance of the class with the specified name and content. + + The constructor name. + The contents of the constructor. + + + + Initializes a new instance of the class with the specified name. + + The constructor name. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets or sets the name of this constructor. + + The constructor name. + + + + Gets the node type for this . + + The type. + + + + Gets the with the specified key. + + The with the specified key. + + + + Represents a collection of objects. + + The type of token + + + + An empty collection of objects. + + + + + Initializes a new instance of the struct. + + The enumerable. + + + + Returns an enumerator that iterates through the collection. + + + A that can be used to iterate through the collection. + + + + + Returns an enumerator that iterates through a collection. + + + An object that can be used to iterate through the collection. + + + + + Determines whether the specified is equal to this instance. + + The to compare with this instance. + + true if the specified is equal to this instance; otherwise, false. + + + + + Returns a hash code for this instance. + + + A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. + + + + + Gets the with the specified key. + + + + + + Represents a JSON object. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified content. + + The contents of the object. + + + + Initializes a new instance of the class with the specified content. + + The contents of the object. + + + + Gets an of this object's properties. + + An of this object's properties. + + + + Gets a the specified name. + + The property name. + A with the specified name or null. + + + + Gets an of this object's property values. + + An of this object's property values. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Creates a from an object. + + The object that will be used to create . + A with the values of the specified object + + + + Creates a from an object. + + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Adds the specified property name. + + Name of the property. + The value. + + + + Removes the property with the specified name. + + Name of the property. + true if item was successfully removed; otherwise, false. + + + + Tries the get value. + + Name of the property. + The value. + true if a value was successfully retrieved; otherwise, false. + + + + Returns an enumerator that iterates through the collection. + + + A that can be used to iterate through the collection. + + + + + Raises the event with the provided arguments. + + Name of the property. + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Occurs when a property value changes. + + + + + Gets the node type for this . + + The type. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets or sets the with the specified property name. + + + + + + Represents a JSON property. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets the property name. + + The property name. + + + + Gets or sets the property value. + + The property value. + + + + Gets the node type for this . + + The type. + + + + Represents a raw JSON string. + + + + + Represents a value in JSON (string, integer, date, etc). + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Creates a comment with the given value. + + The value. + A comment with the given value. + + + + Creates a string with the given value. + + The value. + A string with the given value. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Indicates whether the current object is equal to another object of the same type. + + + true if the current object is equal to the parameter; otherwise, false. + + An object to compare with this object. + + + + Determines whether the specified is equal to the current . + + The to compare with the current . + + true if the specified is equal to the current ; otherwise, false. + + + The parameter is null. + + + + + Serves as a hash function for a particular type. + + + A hash code for the current . + + + + + Returns a that represents this instance. + + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format. + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format provider. + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format. + The format provider. + + A that represents this instance. + + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. + + An object to compare with this instance. + + A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: + Value + Meaning + Less than zero + This instance is less than . + Zero + This instance is equal to . + Greater than zero + This instance is greater than . + + + is not the same type as this instance. + + + + + Gets a value indicating whether this token has childen tokens. + + + true if this token has child values; otherwise, false. + + + + + Gets the node type for this . + + The type. + + + + Gets or sets the underlying token value. + + The underlying token value. + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class. + + The raw json. + + + + Creates an instance of with the content of the reader's current token. + + The reader. + An instance of with the content of the reader's current token. + + + + Compares tokens to determine whether they are equal. + + + + + Determines whether the specified objects are equal. + + The first object of type to compare. + The second object of type to compare. + + true if the specified objects are equal; otherwise, false. + + + + + Returns a hash code for the specified object. + + The for which a hash code is to be returned. + A hash code for the specified object. + The type of is a reference type and is null. + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. + + + + + Initializes a new instance of the class. + + The token to read from. + + + + Reads the next JSON token from the stream as a . + + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream. + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Specifies the type of token. + + + + + No token type has been set. + + + + + A JSON object. + + + + + A JSON array. + + + + + A JSON constructor. + + + + + A JSON object property. + + + + + A comment. + + + + + An integer value. + + + + + A float value. + + + + + A string value. + + + + + A boolean value. + + + + + A null value. + + + + + An undefined value. + + + + + A date value. + + + + + A raw JSON value. + + + + + A collection of bytes value. + + + + + A Guid value. + + + + + A Uri value. + + + + + A TimeSpan value. + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. + + + + + Initializes a new instance of the class writing to the given . + + The container being written to. + + + + Initializes a new instance of the class. + + + + + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. + + + + + Closes this stream and the underlying stream. + + + + + Writes the beginning of a Json object. + + + + + Writes the beginning of a Json array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the end. + + The token. + + + + Writes the property name of a name/value pair on a Json object. + + The name of the property. + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes out a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Gets the token being writen. + + The token being writen. + + + + Specifies the member serialization options for the . + + + + + All public members are serialized by default. Members can be excluded using or . + This is the default member serialization mode. + + + + + Only members must be marked with or are serialized. + This member serialization mode can also be set by marking the class with . + + + + + All public and private fields are serialized. Members can be excluded using or . + This member serialization mode can also be set by marking the class with . + + + + + Specifies missing member handling options for the . + + + + + Ignore a missing member and do not attempt to deserialize it. + + + + + Throw a when a missing member is encountered during deserialization. + + + + + Specifies null value handling options for the . + + + + + Include null values when serializing and deserializing objects. + + + + + Ignore null values when serializing and deserializing objects. + + + + + Specifies how object creation is handled by the . + + + + + Reuse existing objects, create new objects when needed. + + + + + Only reuse existing objects. + + + + + Always create new objects. + + + + + Specifies reference handling options for the . + + + + + Do not preserve references when serializing types. + + + + + Preserve references when serializing into a JSON object structure. + + + + + Preserve references when serializing into a JSON array structure. + + + + + Preserve references when serializing. + + + + + Specifies reference loop handling options for the . + + + + + Throw a when a loop is encountered. + + + + + Ignore loop references and do not serialize. + + + + + Serialize loop references. + + + + + Indicating whether a property is required. + + + + + The property is not required. The default state. + + + + + The property must be defined in JSON but can be a null value. + + + + + The property must be defined in JSON and cannot be a null value. + + + + + Contains the JSON schema extension methods. + + + + + Determines whether the is valid. + + The source to test. + The schema to test with. + + true if the specified is valid; otherwise, false. + + + + + Determines whether the is valid. + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + + + + Validates the specified . + + The source to test. + The schema to test with. + + + + Validates the specified . + + The source to test. + The schema to test with. + The validation event handler. + + + + An in-memory representation of a JSON Schema. + + + + + Initializes a new instance of the class. + + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The object representing the JSON Schema. + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The to use when resolving schema references. + The object representing the JSON Schema. + + + + Load a from a string that contains schema JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Parses the specified json. + + The json. + The resolver. + A populated from the string that contains JSON. + + + + Writes this schema to a . + + A into which this method will write. + + + + Writes this schema to a using the specified . + + A into which this method will write. + The resolver used. + + + + Returns a that represents the current . + + + A that represents the current . + + + + + Gets or sets the id. + + + + + Gets or sets the title. + + + + + Gets or sets whether the object is required. + + + + + Gets or sets whether the object is read only. + + + + + Gets or sets whether the object is visible to users. + + + + + Gets or sets whether the object is transient. + + + + + Gets or sets the description of the object. + + + + + Gets or sets the types of values allowed by the object. + + The type. + + + + Gets or sets the pattern. + + The pattern. + + + + Gets or sets the minimum length. + + The minimum length. + + + + Gets or sets the maximum length. + + The maximum length. + + + + Gets or sets a number that the value should be divisble by. + + A number that the value should be divisble by. + + + + Gets or sets the minimum. + + The minimum. + + + + Gets or sets the maximum. + + The maximum. + + + + Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute. + + A flag indicating whether the value can not equal the number defined by the "minimum" attribute. + + + + Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute. + + A flag indicating whether the value can not equal the number defined by the "maximum" attribute. + + + + Gets or sets the minimum number of items. + + The minimum number of items. + + + + Gets or sets the maximum number of items. + + The maximum number of items. + + + + Gets or sets the of items. + + The of items. + + + + Gets or sets the of properties. + + The of properties. + + + + Gets or sets the of additional properties. + + The of additional properties. + + + + Gets or sets the pattern properties. + + The pattern properties. + + + + Gets or sets a value indicating whether additional properties are allowed. + + + true if additional properties are allowed; otherwise, false. + + + + + Gets or sets the required property if this property is present. + + The required property if this property is present. + + + + Gets or sets the identity. + + The identity. + + + + Gets or sets the a collection of valid enum values allowed. + + A collection of valid enum values allowed. + + + + Gets or sets a collection of options. + + A collection of options. + + + + Gets or sets disallowed types. + + The disallow types. + + + + Gets or sets the default value. + + The default value. + + + + Gets or sets the extend . + + The extended . + + + + Gets or sets the format. + + The format. + + + + Returns detailed information about the schema exception. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Generates a from a specified . + + + + + Generate a from the specified type. + + The type to generate a from. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + The used to resolve schema references. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + Specify whether the generated root will be nullable. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + The used to resolve schema references. + Specify whether the generated root will be nullable. + A generated from the specified type. + + + + Gets or sets how undefined schemas are handled by the serializer. + + + + + Gets or sets the contract resolver. + + The contract resolver. + + + + Resolves from an id. + + + + + Initializes a new instance of the class. + + + + + Gets a for the specified id. + + The id. + A for the specified id. + + + + Gets or sets the loaded schemas. + + The loaded schemas. + + + + The value types allowed by the . + + + + + No type specified. + + + + + String type. + + + + + Float type. + + + + + Integer type. + + + + + Boolean type. + + + + + Object type. + + + + + Array type. + + + + + Null type. + + + + + Any type. + + + + + Specifies undefined schema Id handling options for the . + + + + + Do not infer a schema Id. + + + + + Use the .NET type name as the schema Id. + + + + + Use the assembly qualified .NET type name as the schema Id. + + + + + Returns detailed information related to the . + + + + + Gets the associated with the validation error. + + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. + + + + Gets the text description corresponding to the validation error. + + The text description. + + + + Represents the callback method that will handle JSON schema validation events and the . + + + + + Allows users to control class loading and mandate what class to load. + + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + Specifies the name of the serialized object. + Specifies the name of the serialized object + The type of the object the formatter creates a new instance of. + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + + + Resolves member mappings for a type, camel casing property names. + + + + + Used by to resolves a for a given . + + + + + Used by to resolves a for a given . + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + + If set to true the will use a cached shared with other resolvers of the same type. + Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected + behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly + recommended to reuse instances with the . + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Gets the serializable members for the type. + + The type to get serializable members for. + The serializable members for the type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates the constructor parameters. + + The constructor to create properties for. + The type's member properties. + Properties for the given . + + + + Creates a for the given . + + The matching member property. + The constructor parameter. + A created for the given . + + + + Resolves the default for the contract. + + Type of the object. + + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Determines which contract type is created for the given type. + + Type of the object. + A for the given type. + + + + Creates properties for the given . + + The type to create properties for. + /// The member serialization mode for the type. + Properties for the given . + + + + Creates the used by the serializer to get and set values from a member. + + The member. + The used by the serializer to get and set values from a member. + + + + Creates a for the given . + + The member's parent . + The member to create a for. + A created for the given . + + + + Resolves the name of the property. + + Name of the property. + Name of the property. + + + + Gets a value indicating whether members are being get and set using dynamic code generation. + This value is determined by the runtime permissions available. + + + true if using dynamic code generation; otherwise, false. + + + + + Gets or sets a value indicating whether compiler generated members should be serialized. + + + true if serialized compiler generated members; otherwise, false. + + + + + Initializes a new instance of the class. + + + + + Resolves the name of the property. + + Name of the property. + The property name camel cased. + + + + Used to resolve references when serializing and deserializing JSON by the . + + + + + Resolves a reference to its object. + + The serialization context. + The reference to resolve. + The object that + + + + Gets the reference for the sepecified object. + + The serialization context. + The object to get a reference for. + The reference to the object. + + + + Determines whether the specified object is referenced. + + The serialization context. + The object to test for a reference. + + true if the specified object is referenced; otherwise, false. + + + + + Adds a reference to the specified object. + + The serialization context. + The reference. + The object to reference. + + + + The default serialization binder used when resolving and loading classes from type names. + + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + The type of the object the formatter creates a new instance of. + + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + + + Get and set values for a using dynamic methods. + + + + + Provides methods to get and set values. + + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + Initializes a new instance of the class. + + The member info. + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + Provides information surrounding an error. + + + + + Gets or sets the error. + + The error. + + + + Gets the original object that caused the error. + + The original object that caused the error. + + + + Gets the member that caused the error. + + The member that caused the error. + + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + + + + Gets or sets a value indicating whether this is handled. + + true if handled; otherwise, false. + + + + Provides data for the Error event. + + + + + Initializes a new instance of the class. + + The current object. + The error context. + + + + Gets the current object the error event is being raised against. + + The current object the error event is being raised against. + + + + Gets the error context. + + The error context. + + + + Contract details for a used by the . + + + + + Contract details for a used by the . + + + + + Gets the underlying type for the contract. + + The underlying type for the contract. + + + + Gets or sets the type created during deserialization. + + The type created during deserialization. + + + + Gets or sets whether this type contract is serialized as a reference. + + Whether this type contract is serialized as a reference. + + + + Gets or sets the default for this contract. + + The converter. + + + + Gets or sets the method called immediately after deserialization of the object. + + The method called immediately after deserialization of the object. + + + + Gets or sets the method called during deserialization of the object. + + The method called during deserialization of the object. + + + + Gets or sets the method called after serialization of the object graph. + + The method called after serialization of the object graph. + + + + Gets or sets the method called before serialization of the object. + + The method called before serialization of the object. + + + + Gets or sets the default creator method used to create the object. + + The default creator method used to create the object. + + + + Gets or sets a value indicating whether the default creator is non public. + + true if the default object creator is non-public; otherwise, false. + + + + Gets or sets the method called when an error is thrown during the serialization of the object. + + The method called when an error is thrown during the serialization of the object. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Gets the of the collection items. + + The of the collection items. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Gets or sets the property name resolver. + + The property name resolver. + + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Gets the object's properties. + + The object's properties. + + + + Gets or sets the property name resolver. + + The property name resolver. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Gets or sets the object member serialization. + + The member object serialization. + + + + Gets the object's properties. + + The object's properties. + + + + Gets the constructor parameters required for any non-default constructor + + + + + Gets or sets the override constructor used to create the object. + This is set when a constructor is marked up using the + JsonConstructor attribute. + + The override constructor. + + + + Gets or sets the parametrized constructor used to create the object. + + The parametrized constructor. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Maps a JSON property to a .NET member or constructor parameter. + + + + + Returns a that represents this instance. + + + A that represents this instance. + + + + + Gets or sets the name of the property. + + The name of the property. + + + + Gets or sets the type that declared this property. + + The type that declared this property. + + + + Gets or sets the order of serialization and deserialization of a member. + + The numeric order of serialization or deserialization. + + + + Gets or sets the name of the underlying member or parameter. + + The name of the underlying member or parameter. + + + + Gets the that will get and set the during serialization. + + The that will get and set the during serialization. + + + + Gets or sets the type of the property. + + The type of the property. + + + + Gets or sets the for the property. + If set this converter takes presidence over the contract converter for the property type. + + The converter. + + + + Gets the member converter. + + The member converter. + + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets a value indicating whether this is readable. + + true if readable; otherwise, false. + + + + Gets a value indicating whether this is writable. + + true if writable; otherwise, false. + + + + Gets the default value. + + The default value. + + + + Gets a value indicating whether this is required. + + A value indicating whether this is required. + + + + Gets a value indicating whether this property preserves object references. + + + true if this instance is reference; otherwise, false. + + + + + Gets the property null value handling. + + The null value handling. + + + + Gets the property default value handling. + + The default value handling. + + + + Gets the property reference loop handling. + + The reference loop handling. + + + + Gets the property object creation handling. + + The object creation handling. + + + + Gets or sets the type name handling. + + The type name handling. + + + + Gets or sets a predicate used to determine whether the property should be serialize. + + A predicate used to determine whether the property should be serialize. + + + + Gets or sets a predicate used to determine whether the property should be serialized. + + A predicate used to determine whether the property should be serialized. + + + + Gets or sets an action used to set whether the property has been deserialized. + + An action used to set whether the property has been deserialized. + + + + A collection of objects. + + + + + Initializes a new instance of the class. + + The type. + + + + When implemented in a derived class, extracts the key from the specified element. + + The element from which to extract the key. + The key for the specified element. + + + + Adds a object. + + The property to add to the collection. + + + + Gets the closest matching object. + First attempts to get an exact case match of propertyName and then + a case insensitive match. + + Name of the property. + A matching property if found. + + + + Gets a property by property name. + + The name of the property to get. + Type property name string comparison. + A matching property if found. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Represents a method that constructs an object. + + + + + When applied to a method, specifies that the method is called when an error occurs serializing an object. + + + + + Get and set values for a using reflection. + + + + + Initializes a new instance of the class. + + The member info. + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + Specifies type name handling options for the . + + + + + Do not include the .NET type name when serializing types. + + + + + Include the .NET type name when serializing into a JSON object structure. + + + + + Include the .NET type name when serializing into a JSON array structure. + + + + + Always include the .NET type name when serializing. + + + + + Include the .NET type name when the type of the object being serialized is not the same as its declared type. + + + + + Determines whether the collection is null or empty. + + The collection. + + true if the collection is null or empty; otherwise, false. + + + + + Adds the elements of the specified collection to the specified generic IList. + + The list to add to. + The collection of elements to add. + + + + Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer. + + The type of the elements of source. + A sequence in which to locate a value. + The object to locate in the sequence + An equality comparer to compare values. + The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1. + + + + Converts the value to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert the value to. + The converted type. + + + + Converts the value to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert the value to. + The converted value if the conversion was successful or the default value of T if it failed. + + true if initialValue was converted successfully; otherwise, false. + + + + + Converts the value to the specified type. If the value is unable to be converted, the + value is checked whether it assignable to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert or cast the value to. + + The converted type. If conversion was unsuccessful, the initial value + is returned if assignable to the target type. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic that returns a result + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Returns a Restrictions object which includes our current restrictions merged + with a restriction limiting our type + + + + + Gets a dictionary of the names and values of an Enum type. + + + + + + Gets a dictionary of the names and values of an Enum type. + + The enum type to get names and values for. + + + + + Gets the type of the typed collection's items. + + The type. + The type of the typed collection's items. + + + + Gets the member's underlying type. + + The member. + The underlying type of the member. + + + + Determines whether the member is an indexed property. + + The member. + + true if the member is an indexed property; otherwise, false. + + + + + Determines whether the property is an indexed property. + + The property. + + true if the property is an indexed property; otherwise, false. + + + + + Gets the member's value on the object. + + The member. + The target object. + The member's value on the object. + + + + Sets the member's value on the target object. + + The member. + The target. + The value. + + + + Determines whether the specified MemberInfo can be read. + + The MemberInfo to determine whether can be read. + /// if set to true then allow the member to be gotten non-publicly. + + true if the specified MemberInfo can be read; otherwise, false. + + + + + Determines whether the specified MemberInfo can be set. + + The MemberInfo to determine whether can be set. + if set to true then allow the member to be set non-publicly. + if set to true then allow the member to be set if read-only. + + true if the specified MemberInfo can be set; otherwise, false. + + + + + Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. + + + + + Determines whether the string is all white space. Empty string will return false. + + The string to test whether it is all white space. + + true if the string is all white space; otherwise, false. + + + + + Nulls an empty string. + + The string. + Null if the string was null, otherwise the string unchanged. + + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls results in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + A array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + + + diff --git a/packages/Selenium.WebDriver.2.19.0/Selenium.WebDriver.2.19.0.nupkg b/packages/Selenium.WebDriver.2.19.0/Selenium.WebDriver.2.19.0.nupkg deleted file mode 100644 index 4a1b796c6..000000000 Binary files a/packages/Selenium.WebDriver.2.19.0/Selenium.WebDriver.2.19.0.nupkg and /dev/null differ diff --git a/packages/Selenium.WebDriver.2.19.0/lib/net35/WebDriver.dll b/packages/Selenium.WebDriver.2.19.0/lib/net35/WebDriver.dll deleted file mode 100644 index 37ffa029c..000000000 Binary files a/packages/Selenium.WebDriver.2.19.0/lib/net35/WebDriver.dll and /dev/null differ diff --git a/packages/Selenium.WebDriver.2.19.0/lib/net40/WebDriver.dll b/packages/Selenium.WebDriver.2.19.0/lib/net40/WebDriver.dll deleted file mode 100644 index d6ed4c133..000000000 Binary files a/packages/Selenium.WebDriver.2.19.0/lib/net40/WebDriver.dll and /dev/null differ diff --git a/packages/Selenium.WebDriver.2.21.0/Selenium.WebDriver.2.21.0.nupkg b/packages/Selenium.WebDriver.2.21.0/Selenium.WebDriver.2.21.0.nupkg new file mode 100644 index 000000000..61ddbc671 Binary files /dev/null and b/packages/Selenium.WebDriver.2.21.0/Selenium.WebDriver.2.21.0.nupkg differ diff --git a/packages/Selenium.WebDriver.2.21.0/lib/net35/WebDriver.dll b/packages/Selenium.WebDriver.2.21.0/lib/net35/WebDriver.dll new file mode 100644 index 000000000..e4e79f45f Binary files /dev/null and b/packages/Selenium.WebDriver.2.21.0/lib/net35/WebDriver.dll differ diff --git a/packages/Selenium.WebDriver.2.19.0/lib/net35/WebDriver.xml b/packages/Selenium.WebDriver.2.21.0/lib/net35/WebDriver.xml similarity index 81% rename from packages/Selenium.WebDriver.2.19.0/lib/net35/WebDriver.xml rename to packages/Selenium.WebDriver.2.21.0/lib/net35/WebDriver.xml index e50f956e1..e04791cb9 100644 --- a/packages/Selenium.WebDriver.2.19.0/lib/net35/WebDriver.xml +++ b/packages/Selenium.WebDriver.2.21.0/lib/net35/WebDriver.xml @@ -270,12 +270,6 @@ Starts the DriverService. - - - Finds a random, free port to be listened on by the DriverService - - A random, free port to be listened on by the DriverService - Releases all resources associated with this . @@ -1308,6 +1302,11 @@ Provides methods for getting and setting the size and position of the browser window. + + + Maximizes the current window if it is not already maximized. + + Gets or sets the position of the browser window relative to the upper-left corner of the screen. @@ -1645,21 +1644,26 @@ The exception that is thrown when an alert is not found. - + - Initializes a new instance of the class. + The exception that is thrown when an item is not found. - + - Initializes a new instance of the class with + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a specified error message. The message that describes the error. - + - Initializes a new instance of the class with + Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. @@ -1667,40 +1671,30 @@ The exception that is the cause of the current exception, or if no inner exception is specified. - + - Initializes a new instance of the class with serialized data. + Initializes a new instance of the class with serialized data. The that holds the serialized object data about the exception being thrown. The that contains contextual information about the source or destination. - - - The exception that is thrown when an element is not found. - - - - - The exception that is thrown when an item is not found. - - - + - Initializes a new instance of the class. + Initializes a new instance of the class. - + - Initializes a new instance of the class with + Initializes a new instance of the class with a specified error message. The message that describes the error. - + - Initializes a new instance of the class with + Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. @@ -1708,15 +1702,20 @@ The exception that is the cause of the current exception, or if no inner exception is specified. - + - Initializes a new instance of the class with serialized data. + Initializes a new instance of the class with serialized data. The that holds the serialized object data about the exception being thrown. The that contains contextual information about the source or destination. + + + The exception that is thrown when an element is not found. + + Initializes a new instance of the class. @@ -2907,7 +2906,7 @@ Dispose the RemoteWebDriver Instance - + Executes commands with the driver @@ -2941,7 +2940,7 @@ Capabilities of the browser - + Executes a command with this driver . @@ -3698,7 +3697,7 @@ The value to use to search for the elements. A collection of all of the IWebElements matchings the given criteria. - + Executes a command on this element using the specified parameters. @@ -4574,11 +4573,6 @@ - - - The name of the ICapabilities setting to use to ignore Protected Mode settings. - - Initializes a new instance of the InternetExplorerDriver class. @@ -4590,25 +4584,12 @@ The port to use to communicate with the IE server. - - - Initializes a new instance of the InternetExplorerDriver class with the desired capabilities. - - The desired capabilities of the IE driver. - Initializes a new instance of the InternetExplorerDriver class with the desired options. The used to initialize the driver. - - - Initializes a new instance of the InternetExplorerDriver class for the specified port and desired capabilities. - - The port to use to communicate with the IE server. - The desired capabilities of the IE driver. - Initializes a new instance of the InternetExplorerDriver class for the specified port and desired capabilities. @@ -4616,14 +4597,6 @@ The port to use to communicate with the IE server. The used to initialize the driver. - - - Initializes a new instance of the InternetExplorerDriver class for the specified port, desired capabilities, and command timeout. - - The port to use to communicate with the IE server. - The desired capabilities of the IE driver. - The maximum amount of time to wait for each command. - Initializes a new instance of the InternetExplorerDriver class for the specified port, options, and command timeout. @@ -5491,6 +5464,17 @@ object handle. + + + Encapsulates methods for working with ports. + + + + + Finds a random, free port to be listened on. + + A random, free port to be listened on. + Encapsulates methods for finding and extracting WebDriver resources. @@ -5619,14 +5603,14 @@ Provides a way to send commands to the remote server - + Initializes a new instance of the Command class using a command name and a JSON-encoded string for the parameters. Name of the command Parameters for the command as a JSON-encoded string. - + Initializes a new instance of the Command class for a Session @@ -5722,7 +5706,7 @@ Prevents a default instance of the class from being created. - + Gets the for a . @@ -5818,6 +5802,12 @@ New instance of DesiredCapabilities for use with Opera + + + Method to return a new DesiredCapabilities using defaults + + New instance of DesiredCapabilities for use with Safari + Gets a value indicating whether the browser has a given capability. @@ -6149,6 +6139,11 @@ Represents SetWindowPosition command + + + Represents MaximizeWindow command + + Represents the DismissAlert command @@ -6639,6 +6634,11 @@ Instance of the driver currently in use + + + Maximizes the current window if it is not already maximized. + + Gets or sets the position of the browser window relative to the upper-left corner of the screen. @@ -6953,5 +6953,1617 @@ Value to be written JSON Serializer + + + Wraps a commmand object to give it a unique ID as required by the Safari extension. + + + + + Initializes a new instance of the class. + + The object used as a base for this . + + + + Gets the ID of the command. + + + + + Provides a way to access Safari to run your tests by creating a SafariDriver instance + + + When the WebDriver object has been instantiated the browser will load. The test can then navigate to the URL under test and + start your test. + + + + [TestFixture] + public class Testing + { + private IWebDriver driver; + + [SetUp] + public void SetUp() + { + driver = new SafariDriver(); + } + + [Test] + public void TestGoogle() + { + driver.Navigate().GoToUrl("http://www.google.co.uk"); + /* + * Rest of the test + */ + } + + [TearDown] + public void TearDown() + { + driver.Quit(); + driver.Dispose(); + } + } + + + + + + Initializes a new instance of the class. + + + + + Starts the command executor, enabling communication with the browser. + + + + + Stops the command executor, ending further communication with the browser. + + + + + Provides a way of executing Commands using the SafariDriver. + + + + + Initializes a new instance of the class. + + The port on which the executor communicates with the extension. + + + + Starts the command executor. + + + + + Executes a command + + The command you wish to execute + A response from the browser + + + + Releases all resources used by the . + + + + + Releases all resources associated with this . + + if the Dispose method was explicitly called; otherwise, . + + + + Represents a connection to an instance of the Safari browser. + + + + + Initializes a new instance of the class. + + An representing a + connection using the WebSockets protocol. + + + + Sends a command to the SafariDriver and waits for a response. + + The to send to the driver. + The from the command. + + + + Provides the WebSockets server for communicating with the Safari extension. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class using a specific port for communication. + + The port to use to communicate. + + + + Starts the server. + + + + + Stops the server. + + + + + Waits for a connection to be established with the server by the Safari browser extension. + + A containing the amount of time to wait for the connection. + A representing the connection to the browser. + + + + Releases all resources used by the . + + + + + Releases the unmanaged resources used by the and optionally + releases the managed resources. + + to release managed and resources; + to only release unmanaged resources. + + + + Gets the URI of the server. + + + + + Wraps a response object to give it a unique ID as required by the Safari extension. + + + + + Returns a new from a JSON-encoded string. + + The JSON string to deserialize into a . + A object described by the JSON string. + + + + Gets or sets the ID of the command. + + + + + Provides arguments for handling the event for accepting connections. + + + + + Initializes a new instance of the class. + + The to use in the event. + + + + Gets the object to use in handling the event. + + + + + Provides arguments for handling the event for receiving a binary message. + + + + + Initializes a new instance of the class. + + The binary data in the message. + + + + Gets the binary data of the message. + + + + + Provides arguments for handling events associated with connections to the server. + + + + + Initializes a new instance of the class. + + The representing the + connection to the client. + + + + Gets the connection to the client. + + + + + Provides arguments for handling events associated with errors. + + + + + Initializes a new instance of the class. + + The thrown for the error condition. + + + + Gets the associated with the error condition. + + + + + Enumerates the types of frames described by the WebSocket protocol. + + + + + Indicates a continuation frame. + + + + + Indicates a text frame. + + + + + Indicates a binary frame. + + + + + Indicates a close frame. + + + + + Indicates a ping frame. + + + + + Indicates a ping response frame. + + + + + Provides a factory for creating handlers for the different versions of the WebSocket protocol. + + + + + Prevents a default instance of the class from being created. + + + + + Creates a handler to handle a . + + The to create the handler for. + An object that can handle the specific protocol version + of the request. + + + + Gets the version of an . + + The to get the protocol version of. + A string containing the version of the protocol of the request. + + + + Provides an exception for handshake errors in the protocol connection. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a specified error message. + + The message for the exception. + + + + Initializes a new instance of the class with a specified error message + and a reference to the inner exception that is the cause of this exception. + + The message for the exception. + The inner exception that is the cause of this exception. + + + + Initializes a new instance of the class with serialized data. + + The object that holds the serialized object data. + The contextual information about the source or destination. + + + + Provides an interface for handling communication over the WebSocket connection. + + + + + Processes data received by the connection. + + The data to be processed. + + + + Creates a handshake message for initiating connections. + + A byte array containing the handshake message. + + + + Creates a frame for text messages in the WebSocket protocol. + + The text of the message. + A byte array containing the message frame. + + + + Creates a frame for binary messages in the WebSocket protocol. + + The binary data of the message. + A byte array containing the message frame. + + + + Creates a frame for close messages in the WebSocket protocol. + + The connection close code of the message. + A byte array containing the message frame. + + + + Event raised when a text message is processed by the handler. + + + + + Event raised when a binary message is processed by the handler. + + + + + Event raised when a close message is processed by the handler. + + + + + Provides extension methods for converting integers. + + + + + Converts a to a big-endian byte array. + + The value to convert. + A byte array containing a big-endian representation of the value. + + + + Converts a to a big-endian byte array. + + The value to convert. + A byte array containing a big-endian representation of the value. + + + + Converts a byte array to a little-endian value. + + The byte array to convert. + The little-endian representation of the array as a . + + + + Provides an interface for parsing requests. + + + + + Parses the specified data into a . + + The data to be parsed. + The parsed . + + + + Parses the specified data into a for the given scheme. + + The data to be parsed. + The scheme to use in parsing the data. + The parsed . + + + + Provides an interface simplifying the use of asynchronous communication using a socket. + + + + + Accepts a connection for the socket. + + + + + Sends data over the socket. + + The data to be sent. + + + + Receives data over the socket. + + The buffer into which the data will be read. + The offset into the buffer at which the data will be read. + + + + Authenticates over the socket. + + An that specifies authentication information. + + + + Closes the socket connection. + + + + + Binds the socket to a local end point. + + The local end point to which to bind the socket. + + + + Starts listening to data received over the socket. + + The number of pending connections to process. + + + + Event raised when a connection is accepted by the socket. + + + + + Event raised when an error occurs accepting a connection. + + + + + Event raised when data is sent through the socket. + + + + + Event raised when there is an error sending data. + + + + + Event raised when data is received by the socket. + + + + + Event raised when there is an error receiving data. + + + + + Event raised when authentication is completed over the socket. + + + + + Event raised when there is an error authenticating over the socket. + + + + + Gets a value indicating whether the socket is connected. + + + + + Gets the remote IP address of the socket connection. + + + + + Gets a stream for reading and writing data. + + + + + Provides an interface describing a connection to a WebSocket. + + + + + Sends a text message over the connection. + + The text message to send. + + + + Sends a binary message over the connection. + + The binary message to send. + + + + Sends raw text over the connection, without passing through a handler. + + The message to send. + + + + Closes the connection. + + + + + Event raised when a connection is opened. + + + + + Event raised when a connection is closed. + + + + + Event raised when a text message is received via the connection. + + + + + Event raised when a binary message is received via the connection. + + + + + Event raised when a non-WebSocket message is received. + + + + + Event raised when an error occurs via the connection. + + + + + Event raised when data is sent via the connection. + + + + + Gets an object describing the connection. + + + + + Provides an interface describing information about the WebSocket connection. + + + + + Gets the subprotocol of the connection. + + + + + Gets the origin of the connection. + + + + + Gets the host for the connection. + + + + + Gets the path for the connection. + + + + + Gets the IP address of the client for the connection. + + + + + Gets the collection of cookies for the connection. + + + + + Provides an interface for the server. + + + + + Starts the server. + + + + + Represents the state of a connection. + + + + + Initializes a new instance of the class. + + + + + Clears the current state. + + + + + Gets the data of the current state. + + + + + Gets or sets the frame type of the current state. + + + + + Provides arguments for handling the event for when data is received. + + + + + Initializes a new instance of the class. + + The number of bytes read. + A byte array containing the data read. + + + + Gets the number of bytes read. + + + + + Gets the data read by the connection. + + + + + Parses a request. + + + + + Initializes a new instance of the class. + + + + + Parses the specified data into a . + + The data to be parsed. + The parsed . + + + + Parses the specified data into a for the given scheme. + + The data to be parsed. + The scheme to use in parsing the data. + The parsed . + + + + Provides a wrapper around a . + + + + + Initializes a new instance of the class. + + The to wrap. + + + + Accepts a connection for the socket. + + + + + Sends data over the socket. + + The data to be sent. + + + + Receives data over the socket. + + The buffer into which the data will be read. + The offset into the buffer at which the data will be read. + + + + Authenticates over the socket. + + An that specifies authentication information. + + + + Closes the socket connection. + + + + + Binds the socket to a local end point. + + The local end point to which to bind the socket. + + + + Starts listening to data received over the socket. + + The number of pending connections to process. + + + + Releases all resources used by the . + + + + + Raises the Accepted event. + + An that contains the event data. + + + + Raises the AcceptError event. + + An that contains the event data. + + + + Raises the Sent event. + + An that contains the event data. + + + + Raises the SendError event. + + An that contains the event data. + + + + Raises the Received event. + + A that contains the event data. + + + + Raises the ReceiveError event. + + An that contains the event data. + + + + Raises the Authenticated event. + + An that contains the event data. + + + + Raises the AuthenticateError event. + + An that contains the event data. + + + + Releases the unmanaged resources used by the and optionally + releases the managed resources. + + to release managed and resources; + to only release unmanaged resources. + + + + Event raised when a connection is accepted by the socket. + + + + + Event raised when an error occurs accepting a connection. + + + + + Event raised when data is sent through the socket. + + + + + Event raised when there is an error sending data. + + + + + Event raised when data is received by the socket. + + + + + Event raised when there is an error receiving data. + + + + + Event raised when authentication is completed over the socket. + + + + + Event raised when there is an error authenticating over the socket. + + + + + Gets a value indicating whether the socket is connected. + + + + + Gets the remote IP address of the socket connection. + + + + + Gets a stream for reading and writing data. + + + + + Provides arguments for handling events associated with connections to the server. + + + + + Initializes a new instance of the class. + + The representing the + connection to the client. + + + + Gets the connection to the client. + + + + + Gets or sets a value indicating whether to the event was processed. + + + + + Provides arguments for handling the event for receiving a text message. + + + + + Initializes a new instance of the class. + + The text message received. + + + + Gets the text message received. + + + + + Represents a connection to a WebSocket. + + + + + Initializes a new instance of the class. + + The used in the connection. + The scheme used to parse requests. + + + + Sends a text message over the connection. + + The text message to send. + + + + Sends a binary message over the connection. + + The binary message to send. + + + + Sends raw text over the connection, without passing through a handler. + + The message to send. + + + + Closes the connection. + + + + + Starts the connection receiving requests. + + + + + Fires the MessageReceived event. + + A that contains the event data. + + + + Fires the BinaryMessageReceived event. + + A that contains the event data. + + + + Fires the Opened event. + + A that contains the event data. + + + + Fires the Closed event. + + A that contains the event data. + + + + Fires the StandardHttpRequestReceived event. + + A that contains the event data. + + + + Fires the Sent event. + + An that contains the event data. + + + + Fires the ErrorReceived event. + + An that contains the event data. + + + + Event raised when a connection is opened. + + + + + Event raised when a connection is closed. + + + + + Event raised when a text message is received via the connection. + + + + + Event raised when a binary message is received via the connection. + + + + + Event raised when a non-WebSocket message is received. + + + + + Event raised when an error occurs via the connection. + + + + + Event raised when data is sent via the connection. + + + + + Gets or sets the implementation used for communication. + + + + + Gets or sets the implementation used for parsing and handling requests. + + + + + Gets an object describing the connection. + + + + + Provides information about a WebSocket connection. + + + + + Prevents a default instance of the class from being created. + + + + + Creates a for a given request and IP address. + + The to get the connection information for. + The IP address of the client connection. + The created . + + + + Gets the subprotocol of the connection. + + + + + Gets the origin of the connection. + + + + + Gets the host for the connection. + + + + + Gets the path for the connection. + + + + + Gets the IP address of the client for the connection. + + + + + Gets the collection of cookies for the connection. + + + + + Provides a base exception for WebSocket errors. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a specified error message. + + The message for the exception. + + + + Initializes a new instance of the class with a specified error message + and a reference to the inner exception that is the cause of this exception. + + The message for the exception. + The inner exception that is the cause of this exception. + + + + Initializes a new instance of the class with a specified status code. + + The status code of the exception. + + + + Initializes a new instance of the class with a specified status code + and error message. + + The status code of the exception. + The message for the exception. + + + + Initializes a new instance of the class with a specified status code, + error message, and a reference to the inner exception that is the cause of this exception. + + The status code for the exception. + The message for the exception. + The inner exception that is the cause of this exception. + + + + Initializes a new instance of the class with serialized data. + + The object that holds the serialized object data. + The contextual information about the source or destination. + + + + Sets the with information about the exception. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + + + + Gets the status code. + + + + + Defines an HTTP request via the WebSocket protocol. + + + + + Gets or sets the HTTP method of the request. + + + + + Gets or sets the path of the request. + + + + + Gets or sets the body of the request + + + + + Gets or sets the scheme of the request. + + + + + Gets or sets the WebSocket payload of the request. + + + + + Gets the headers for the request. + + + + + Gets or sets the value associated with the specified header. + + The name of the header. + The value of the header, if it exists. If it does not exist, returns an empty string. + + + + Provides an implementation of a WebSocket server. + + + + + Initializes a new instance of the class. + + The location at which to listen for connections. + + + + Initializes a new instance of the class. + + The port on which to listen for connections. + The location at which to listen for connections. + + + + Starts the server. + + + + + Releases all resources used by the . + + + + + Raises the ConnectionOpened event. + + A that contains the event data. + + + + Raises the ConnectionClosed event. + + A that contains the event data. + + + + Raises the StandardHttpRequestReceived event. + + A that contains the event data. + + + + Raises the MessageReceived event. + + A that contains the event data. + + + + Raises the ErrorOccurred event. + + An that contains the event data. + + + + Releases the unmanaged resources used by the and optionally + releases the managed resources. + + to release managed and resources; + to only release unmanaged resources. + + + + Event raised when a message is received from the WebSocket. + + + + + Event raised when a connection is opened. + + + + + Event raised when a connection is closed. + + + + + Event raised when an error occurs. + + + + + Event raised when a non-WebSocket message is received. + + + + + Gets or sets the on which communication occurs. + + + + + Gets the location the server is listening on for connections. + + + + + Gets the port the server is listening on for connections. + + + + + Gets or sets the certificate used for authentication. + + + + + Gets a value indicating whether the connection is secure. + + + + + Provides status codes for the WebSocket protocol + + + + + Indicates a normal closure status. + + + + + Indicates a notification that the socket is closing. + + + + + Indicates an error in the protocol. + + + + + Indicates an attempt to transmit an unsupported data type. + + + + + Indicates no status information received. + + + + + Represens an abnormal closure of the socket. + + + + + Indicates invalid data in the frame. + + + + + Indicates a policy violation. + + + + + Indicates that the message is too big. + + + + + Indicates a mandatory extension. + + + + + Indicates an internal server error. + + + + + Indicates a TLS handshake. + + + + + Indicates an application error. + + + + + A collection of all of the status codes indicating a valid closing of the connection. + + + + + Provides a request handler for the Hixie76 or Hybi00 version of the WebSocket protocol. + + + + + Provides the base class for handling WebSocket protocol requests. + + + + + Processes data received by the connection. + + The data to be processed. + + + + Creates a handshake message for initiating connections. + + A byte array containing the handshake message. + + + + Creates a frame for text messages in the WebSocket protocol. + + The text of the message. + A byte array containing the message frame. + + + + Creates a frame for binary messages in the WebSocket protocol. + + The binary data of the message. + A byte array containing the message frame. + + + + Creates a frame for close messages in the WebSocket protocol. + + The connection close code of the message. + A byte array containing the message frame. + + + + Receives the data from the protocol. + + + + + Gets the handshake for WebSocket protocol. + + A byte array representing the handshake in the WebSocket protocol. + + + + Prepares a text frame for the given text. + + The text for which to prepare the frame + A byte array representing the frame in the WebSocket protocol. + + + + Prepares a binary frame for the given binary data. + + The binary data for which to prepare the frame. + A byte array representing the frame in the WebSocket protocol. + + + + Prepares a close frame for the given connection. + + The code to use in closing the connection. + A byte array representing the frame in the WebSocket protocol. + + + + Raises the TextMessageHandled event. + + A that contains the event data. + + + + Raises the BinaryMessageHandled event. + + A that contains the event data. + + + + Raises the CloseHandled event. + + An that contains the event data. + + + + Event raised when a text message is processed by the handler. + + + + + Event raised when a binary message is processed by the handler. + + + + + Event raised when a close message is processed by the handler. + + + + + Gets the data to be handled by this handler. + + + + + Initializes a new instance of the class. + + The to handle. + + + + Creates a new instance of the . + + The to handle. + A to perform handling of subsequent requests. + + + + Gets the handshake for WebSocket protocol. + + A byte array representing the handshake in the WebSocket protocol. + + + + Prepares a text frame for the given text. + + The text for which to prepare the frame. + A byte array representing the frame in the WebSocket protocol. + + + + Receives the data from the protocol. + + + + + Provides a handler for the RFC 6455 version of the WebSocket protocol. + + + + + Initializes a new instance of the class. + + The to handle. + + + + Creates a new instance of the handler. + + The request to handle. + A to perform handling of subsequent requests. + + + + Receives data from the protocol. + + + + + Prepares a text frame for the given text. + + The text for which to prepare the frame. + A byte array representing the frame in the WebSocket protocol. + + + + Prepares a close frame for the given connection. + + The code to use in closing the connection. + A byte array representing the frame in the WebSocket protocol. + + + + Gets the handshake for WebSocket protocol. + + A byte array representing the handshake in the WebSocket protocol. + + + + Prepares a binary frame for the given binary data. + + The binary data for which to prepare the frame. + A byte array representing the frame in the WebSocket protocol. + diff --git a/packages/Selenium.WebDriver.2.21.0/lib/net40/WebDriver.dll b/packages/Selenium.WebDriver.2.21.0/lib/net40/WebDriver.dll new file mode 100644 index 000000000..7ad91c146 Binary files /dev/null and b/packages/Selenium.WebDriver.2.21.0/lib/net40/WebDriver.dll differ diff --git a/packages/Selenium.WebDriver.2.19.0/lib/net40/WebDriver.xml b/packages/Selenium.WebDriver.2.21.0/lib/net40/WebDriver.xml similarity index 81% rename from packages/Selenium.WebDriver.2.19.0/lib/net40/WebDriver.xml rename to packages/Selenium.WebDriver.2.21.0/lib/net40/WebDriver.xml index e50f956e1..e04791cb9 100644 --- a/packages/Selenium.WebDriver.2.19.0/lib/net40/WebDriver.xml +++ b/packages/Selenium.WebDriver.2.21.0/lib/net40/WebDriver.xml @@ -270,12 +270,6 @@ Starts the DriverService. - - - Finds a random, free port to be listened on by the DriverService - - A random, free port to be listened on by the DriverService - Releases all resources associated with this . @@ -1308,6 +1302,11 @@ Provides methods for getting and setting the size and position of the browser window. + + + Maximizes the current window if it is not already maximized. + + Gets or sets the position of the browser window relative to the upper-left corner of the screen. @@ -1645,21 +1644,26 @@ The exception that is thrown when an alert is not found. - + - Initializes a new instance of the class. + The exception that is thrown when an item is not found. - + - Initializes a new instance of the class with + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a specified error message. The message that describes the error. - + - Initializes a new instance of the class with + Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. @@ -1667,40 +1671,30 @@ The exception that is the cause of the current exception, or if no inner exception is specified. - + - Initializes a new instance of the class with serialized data. + Initializes a new instance of the class with serialized data. The that holds the serialized object data about the exception being thrown. The that contains contextual information about the source or destination. - - - The exception that is thrown when an element is not found. - - - - - The exception that is thrown when an item is not found. - - - + - Initializes a new instance of the class. + Initializes a new instance of the class. - + - Initializes a new instance of the class with + Initializes a new instance of the class with a specified error message. The message that describes the error. - + - Initializes a new instance of the class with + Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. @@ -1708,15 +1702,20 @@ The exception that is the cause of the current exception, or if no inner exception is specified. - + - Initializes a new instance of the class with serialized data. + Initializes a new instance of the class with serialized data. The that holds the serialized object data about the exception being thrown. The that contains contextual information about the source or destination. + + + The exception that is thrown when an element is not found. + + Initializes a new instance of the class. @@ -2907,7 +2906,7 @@ Dispose the RemoteWebDriver Instance - + Executes commands with the driver @@ -2941,7 +2940,7 @@ Capabilities of the browser - + Executes a command with this driver . @@ -3698,7 +3697,7 @@ The value to use to search for the elements. A collection of all of the IWebElements matchings the given criteria. - + Executes a command on this element using the specified parameters. @@ -4574,11 +4573,6 @@ - - - The name of the ICapabilities setting to use to ignore Protected Mode settings. - - Initializes a new instance of the InternetExplorerDriver class. @@ -4590,25 +4584,12 @@ The port to use to communicate with the IE server. - - - Initializes a new instance of the InternetExplorerDriver class with the desired capabilities. - - The desired capabilities of the IE driver. - Initializes a new instance of the InternetExplorerDriver class with the desired options. The used to initialize the driver. - - - Initializes a new instance of the InternetExplorerDriver class for the specified port and desired capabilities. - - The port to use to communicate with the IE server. - The desired capabilities of the IE driver. - Initializes a new instance of the InternetExplorerDriver class for the specified port and desired capabilities. @@ -4616,14 +4597,6 @@ The port to use to communicate with the IE server. The used to initialize the driver. - - - Initializes a new instance of the InternetExplorerDriver class for the specified port, desired capabilities, and command timeout. - - The port to use to communicate with the IE server. - The desired capabilities of the IE driver. - The maximum amount of time to wait for each command. - Initializes a new instance of the InternetExplorerDriver class for the specified port, options, and command timeout. @@ -5491,6 +5464,17 @@ object handle. + + + Encapsulates methods for working with ports. + + + + + Finds a random, free port to be listened on. + + A random, free port to be listened on. + Encapsulates methods for finding and extracting WebDriver resources. @@ -5619,14 +5603,14 @@ Provides a way to send commands to the remote server - + Initializes a new instance of the Command class using a command name and a JSON-encoded string for the parameters. Name of the command Parameters for the command as a JSON-encoded string. - + Initializes a new instance of the Command class for a Session @@ -5722,7 +5706,7 @@ Prevents a default instance of the class from being created. - + Gets the for a . @@ -5818,6 +5802,12 @@ New instance of DesiredCapabilities for use with Opera + + + Method to return a new DesiredCapabilities using defaults + + New instance of DesiredCapabilities for use with Safari + Gets a value indicating whether the browser has a given capability. @@ -6149,6 +6139,11 @@ Represents SetWindowPosition command + + + Represents MaximizeWindow command + + Represents the DismissAlert command @@ -6639,6 +6634,11 @@ Instance of the driver currently in use + + + Maximizes the current window if it is not already maximized. + + Gets or sets the position of the browser window relative to the upper-left corner of the screen. @@ -6953,5 +6953,1617 @@ Value to be written JSON Serializer + + + Wraps a commmand object to give it a unique ID as required by the Safari extension. + + + + + Initializes a new instance of the class. + + The object used as a base for this . + + + + Gets the ID of the command. + + + + + Provides a way to access Safari to run your tests by creating a SafariDriver instance + + + When the WebDriver object has been instantiated the browser will load. The test can then navigate to the URL under test and + start your test. + + + + [TestFixture] + public class Testing + { + private IWebDriver driver; + + [SetUp] + public void SetUp() + { + driver = new SafariDriver(); + } + + [Test] + public void TestGoogle() + { + driver.Navigate().GoToUrl("http://www.google.co.uk"); + /* + * Rest of the test + */ + } + + [TearDown] + public void TearDown() + { + driver.Quit(); + driver.Dispose(); + } + } + + + + + + Initializes a new instance of the class. + + + + + Starts the command executor, enabling communication with the browser. + + + + + Stops the command executor, ending further communication with the browser. + + + + + Provides a way of executing Commands using the SafariDriver. + + + + + Initializes a new instance of the class. + + The port on which the executor communicates with the extension. + + + + Starts the command executor. + + + + + Executes a command + + The command you wish to execute + A response from the browser + + + + Releases all resources used by the . + + + + + Releases all resources associated with this . + + if the Dispose method was explicitly called; otherwise, . + + + + Represents a connection to an instance of the Safari browser. + + + + + Initializes a new instance of the class. + + An representing a + connection using the WebSockets protocol. + + + + Sends a command to the SafariDriver and waits for a response. + + The to send to the driver. + The from the command. + + + + Provides the WebSockets server for communicating with the Safari extension. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class using a specific port for communication. + + The port to use to communicate. + + + + Starts the server. + + + + + Stops the server. + + + + + Waits for a connection to be established with the server by the Safari browser extension. + + A containing the amount of time to wait for the connection. + A representing the connection to the browser. + + + + Releases all resources used by the . + + + + + Releases the unmanaged resources used by the and optionally + releases the managed resources. + + to release managed and resources; + to only release unmanaged resources. + + + + Gets the URI of the server. + + + + + Wraps a response object to give it a unique ID as required by the Safari extension. + + + + + Returns a new from a JSON-encoded string. + + The JSON string to deserialize into a . + A object described by the JSON string. + + + + Gets or sets the ID of the command. + + + + + Provides arguments for handling the event for accepting connections. + + + + + Initializes a new instance of the class. + + The to use in the event. + + + + Gets the object to use in handling the event. + + + + + Provides arguments for handling the event for receiving a binary message. + + + + + Initializes a new instance of the class. + + The binary data in the message. + + + + Gets the binary data of the message. + + + + + Provides arguments for handling events associated with connections to the server. + + + + + Initializes a new instance of the class. + + The representing the + connection to the client. + + + + Gets the connection to the client. + + + + + Provides arguments for handling events associated with errors. + + + + + Initializes a new instance of the class. + + The thrown for the error condition. + + + + Gets the associated with the error condition. + + + + + Enumerates the types of frames described by the WebSocket protocol. + + + + + Indicates a continuation frame. + + + + + Indicates a text frame. + + + + + Indicates a binary frame. + + + + + Indicates a close frame. + + + + + Indicates a ping frame. + + + + + Indicates a ping response frame. + + + + + Provides a factory for creating handlers for the different versions of the WebSocket protocol. + + + + + Prevents a default instance of the class from being created. + + + + + Creates a handler to handle a . + + The to create the handler for. + An object that can handle the specific protocol version + of the request. + + + + Gets the version of an . + + The to get the protocol version of. + A string containing the version of the protocol of the request. + + + + Provides an exception for handshake errors in the protocol connection. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a specified error message. + + The message for the exception. + + + + Initializes a new instance of the class with a specified error message + and a reference to the inner exception that is the cause of this exception. + + The message for the exception. + The inner exception that is the cause of this exception. + + + + Initializes a new instance of the class with serialized data. + + The object that holds the serialized object data. + The contextual information about the source or destination. + + + + Provides an interface for handling communication over the WebSocket connection. + + + + + Processes data received by the connection. + + The data to be processed. + + + + Creates a handshake message for initiating connections. + + A byte array containing the handshake message. + + + + Creates a frame for text messages in the WebSocket protocol. + + The text of the message. + A byte array containing the message frame. + + + + Creates a frame for binary messages in the WebSocket protocol. + + The binary data of the message. + A byte array containing the message frame. + + + + Creates a frame for close messages in the WebSocket protocol. + + The connection close code of the message. + A byte array containing the message frame. + + + + Event raised when a text message is processed by the handler. + + + + + Event raised when a binary message is processed by the handler. + + + + + Event raised when a close message is processed by the handler. + + + + + Provides extension methods for converting integers. + + + + + Converts a to a big-endian byte array. + + The value to convert. + A byte array containing a big-endian representation of the value. + + + + Converts a to a big-endian byte array. + + The value to convert. + A byte array containing a big-endian representation of the value. + + + + Converts a byte array to a little-endian value. + + The byte array to convert. + The little-endian representation of the array as a . + + + + Provides an interface for parsing requests. + + + + + Parses the specified data into a . + + The data to be parsed. + The parsed . + + + + Parses the specified data into a for the given scheme. + + The data to be parsed. + The scheme to use in parsing the data. + The parsed . + + + + Provides an interface simplifying the use of asynchronous communication using a socket. + + + + + Accepts a connection for the socket. + + + + + Sends data over the socket. + + The data to be sent. + + + + Receives data over the socket. + + The buffer into which the data will be read. + The offset into the buffer at which the data will be read. + + + + Authenticates over the socket. + + An that specifies authentication information. + + + + Closes the socket connection. + + + + + Binds the socket to a local end point. + + The local end point to which to bind the socket. + + + + Starts listening to data received over the socket. + + The number of pending connections to process. + + + + Event raised when a connection is accepted by the socket. + + + + + Event raised when an error occurs accepting a connection. + + + + + Event raised when data is sent through the socket. + + + + + Event raised when there is an error sending data. + + + + + Event raised when data is received by the socket. + + + + + Event raised when there is an error receiving data. + + + + + Event raised when authentication is completed over the socket. + + + + + Event raised when there is an error authenticating over the socket. + + + + + Gets a value indicating whether the socket is connected. + + + + + Gets the remote IP address of the socket connection. + + + + + Gets a stream for reading and writing data. + + + + + Provides an interface describing a connection to a WebSocket. + + + + + Sends a text message over the connection. + + The text message to send. + + + + Sends a binary message over the connection. + + The binary message to send. + + + + Sends raw text over the connection, without passing through a handler. + + The message to send. + + + + Closes the connection. + + + + + Event raised when a connection is opened. + + + + + Event raised when a connection is closed. + + + + + Event raised when a text message is received via the connection. + + + + + Event raised when a binary message is received via the connection. + + + + + Event raised when a non-WebSocket message is received. + + + + + Event raised when an error occurs via the connection. + + + + + Event raised when data is sent via the connection. + + + + + Gets an object describing the connection. + + + + + Provides an interface describing information about the WebSocket connection. + + + + + Gets the subprotocol of the connection. + + + + + Gets the origin of the connection. + + + + + Gets the host for the connection. + + + + + Gets the path for the connection. + + + + + Gets the IP address of the client for the connection. + + + + + Gets the collection of cookies for the connection. + + + + + Provides an interface for the server. + + + + + Starts the server. + + + + + Represents the state of a connection. + + + + + Initializes a new instance of the class. + + + + + Clears the current state. + + + + + Gets the data of the current state. + + + + + Gets or sets the frame type of the current state. + + + + + Provides arguments for handling the event for when data is received. + + + + + Initializes a new instance of the class. + + The number of bytes read. + A byte array containing the data read. + + + + Gets the number of bytes read. + + + + + Gets the data read by the connection. + + + + + Parses a request. + + + + + Initializes a new instance of the class. + + + + + Parses the specified data into a . + + The data to be parsed. + The parsed . + + + + Parses the specified data into a for the given scheme. + + The data to be parsed. + The scheme to use in parsing the data. + The parsed . + + + + Provides a wrapper around a . + + + + + Initializes a new instance of the class. + + The to wrap. + + + + Accepts a connection for the socket. + + + + + Sends data over the socket. + + The data to be sent. + + + + Receives data over the socket. + + The buffer into which the data will be read. + The offset into the buffer at which the data will be read. + + + + Authenticates over the socket. + + An that specifies authentication information. + + + + Closes the socket connection. + + + + + Binds the socket to a local end point. + + The local end point to which to bind the socket. + + + + Starts listening to data received over the socket. + + The number of pending connections to process. + + + + Releases all resources used by the . + + + + + Raises the Accepted event. + + An that contains the event data. + + + + Raises the AcceptError event. + + An that contains the event data. + + + + Raises the Sent event. + + An that contains the event data. + + + + Raises the SendError event. + + An that contains the event data. + + + + Raises the Received event. + + A that contains the event data. + + + + Raises the ReceiveError event. + + An that contains the event data. + + + + Raises the Authenticated event. + + An that contains the event data. + + + + Raises the AuthenticateError event. + + An that contains the event data. + + + + Releases the unmanaged resources used by the and optionally + releases the managed resources. + + to release managed and resources; + to only release unmanaged resources. + + + + Event raised when a connection is accepted by the socket. + + + + + Event raised when an error occurs accepting a connection. + + + + + Event raised when data is sent through the socket. + + + + + Event raised when there is an error sending data. + + + + + Event raised when data is received by the socket. + + + + + Event raised when there is an error receiving data. + + + + + Event raised when authentication is completed over the socket. + + + + + Event raised when there is an error authenticating over the socket. + + + + + Gets a value indicating whether the socket is connected. + + + + + Gets the remote IP address of the socket connection. + + + + + Gets a stream for reading and writing data. + + + + + Provides arguments for handling events associated with connections to the server. + + + + + Initializes a new instance of the class. + + The representing the + connection to the client. + + + + Gets the connection to the client. + + + + + Gets or sets a value indicating whether to the event was processed. + + + + + Provides arguments for handling the event for receiving a text message. + + + + + Initializes a new instance of the class. + + The text message received. + + + + Gets the text message received. + + + + + Represents a connection to a WebSocket. + + + + + Initializes a new instance of the class. + + The used in the connection. + The scheme used to parse requests. + + + + Sends a text message over the connection. + + The text message to send. + + + + Sends a binary message over the connection. + + The binary message to send. + + + + Sends raw text over the connection, without passing through a handler. + + The message to send. + + + + Closes the connection. + + + + + Starts the connection receiving requests. + + + + + Fires the MessageReceived event. + + A that contains the event data. + + + + Fires the BinaryMessageReceived event. + + A that contains the event data. + + + + Fires the Opened event. + + A that contains the event data. + + + + Fires the Closed event. + + A that contains the event data. + + + + Fires the StandardHttpRequestReceived event. + + A that contains the event data. + + + + Fires the Sent event. + + An that contains the event data. + + + + Fires the ErrorReceived event. + + An that contains the event data. + + + + Event raised when a connection is opened. + + + + + Event raised when a connection is closed. + + + + + Event raised when a text message is received via the connection. + + + + + Event raised when a binary message is received via the connection. + + + + + Event raised when a non-WebSocket message is received. + + + + + Event raised when an error occurs via the connection. + + + + + Event raised when data is sent via the connection. + + + + + Gets or sets the implementation used for communication. + + + + + Gets or sets the implementation used for parsing and handling requests. + + + + + Gets an object describing the connection. + + + + + Provides information about a WebSocket connection. + + + + + Prevents a default instance of the class from being created. + + + + + Creates a for a given request and IP address. + + The to get the connection information for. + The IP address of the client connection. + The created . + + + + Gets the subprotocol of the connection. + + + + + Gets the origin of the connection. + + + + + Gets the host for the connection. + + + + + Gets the path for the connection. + + + + + Gets the IP address of the client for the connection. + + + + + Gets the collection of cookies for the connection. + + + + + Provides a base exception for WebSocket errors. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a specified error message. + + The message for the exception. + + + + Initializes a new instance of the class with a specified error message + and a reference to the inner exception that is the cause of this exception. + + The message for the exception. + The inner exception that is the cause of this exception. + + + + Initializes a new instance of the class with a specified status code. + + The status code of the exception. + + + + Initializes a new instance of the class with a specified status code + and error message. + + The status code of the exception. + The message for the exception. + + + + Initializes a new instance of the class with a specified status code, + error message, and a reference to the inner exception that is the cause of this exception. + + The status code for the exception. + The message for the exception. + The inner exception that is the cause of this exception. + + + + Initializes a new instance of the class with serialized data. + + The object that holds the serialized object data. + The contextual information about the source or destination. + + + + Sets the with information about the exception. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + + + + Gets the status code. + + + + + Defines an HTTP request via the WebSocket protocol. + + + + + Gets or sets the HTTP method of the request. + + + + + Gets or sets the path of the request. + + + + + Gets or sets the body of the request + + + + + Gets or sets the scheme of the request. + + + + + Gets or sets the WebSocket payload of the request. + + + + + Gets the headers for the request. + + + + + Gets or sets the value associated with the specified header. + + The name of the header. + The value of the header, if it exists. If it does not exist, returns an empty string. + + + + Provides an implementation of a WebSocket server. + + + + + Initializes a new instance of the class. + + The location at which to listen for connections. + + + + Initializes a new instance of the class. + + The port on which to listen for connections. + The location at which to listen for connections. + + + + Starts the server. + + + + + Releases all resources used by the . + + + + + Raises the ConnectionOpened event. + + A that contains the event data. + + + + Raises the ConnectionClosed event. + + A that contains the event data. + + + + Raises the StandardHttpRequestReceived event. + + A that contains the event data. + + + + Raises the MessageReceived event. + + A that contains the event data. + + + + Raises the ErrorOccurred event. + + An that contains the event data. + + + + Releases the unmanaged resources used by the and optionally + releases the managed resources. + + to release managed and resources; + to only release unmanaged resources. + + + + Event raised when a message is received from the WebSocket. + + + + + Event raised when a connection is opened. + + + + + Event raised when a connection is closed. + + + + + Event raised when an error occurs. + + + + + Event raised when a non-WebSocket message is received. + + + + + Gets or sets the on which communication occurs. + + + + + Gets the location the server is listening on for connections. + + + + + Gets the port the server is listening on for connections. + + + + + Gets or sets the certificate used for authentication. + + + + + Gets a value indicating whether the connection is secure. + + + + + Provides status codes for the WebSocket protocol + + + + + Indicates a normal closure status. + + + + + Indicates a notification that the socket is closing. + + + + + Indicates an error in the protocol. + + + + + Indicates an attempt to transmit an unsupported data type. + + + + + Indicates no status information received. + + + + + Represens an abnormal closure of the socket. + + + + + Indicates invalid data in the frame. + + + + + Indicates a policy violation. + + + + + Indicates that the message is too big. + + + + + Indicates a mandatory extension. + + + + + Indicates an internal server error. + + + + + Indicates a TLS handshake. + + + + + Indicates an application error. + + + + + A collection of all of the status codes indicating a valid closing of the connection. + + + + + Provides a request handler for the Hixie76 or Hybi00 version of the WebSocket protocol. + + + + + Provides the base class for handling WebSocket protocol requests. + + + + + Processes data received by the connection. + + The data to be processed. + + + + Creates a handshake message for initiating connections. + + A byte array containing the handshake message. + + + + Creates a frame for text messages in the WebSocket protocol. + + The text of the message. + A byte array containing the message frame. + + + + Creates a frame for binary messages in the WebSocket protocol. + + The binary data of the message. + A byte array containing the message frame. + + + + Creates a frame for close messages in the WebSocket protocol. + + The connection close code of the message. + A byte array containing the message frame. + + + + Receives the data from the protocol. + + + + + Gets the handshake for WebSocket protocol. + + A byte array representing the handshake in the WebSocket protocol. + + + + Prepares a text frame for the given text. + + The text for which to prepare the frame + A byte array representing the frame in the WebSocket protocol. + + + + Prepares a binary frame for the given binary data. + + The binary data for which to prepare the frame. + A byte array representing the frame in the WebSocket protocol. + + + + Prepares a close frame for the given connection. + + The code to use in closing the connection. + A byte array representing the frame in the WebSocket protocol. + + + + Raises the TextMessageHandled event. + + A that contains the event data. + + + + Raises the BinaryMessageHandled event. + + A that contains the event data. + + + + Raises the CloseHandled event. + + An that contains the event data. + + + + Event raised when a text message is processed by the handler. + + + + + Event raised when a binary message is processed by the handler. + + + + + Event raised when a close message is processed by the handler. + + + + + Gets the data to be handled by this handler. + + + + + Initializes a new instance of the class. + + The to handle. + + + + Creates a new instance of the . + + The to handle. + A to perform handling of subsequent requests. + + + + Gets the handshake for WebSocket protocol. + + A byte array representing the handshake in the WebSocket protocol. + + + + Prepares a text frame for the given text. + + The text for which to prepare the frame. + A byte array representing the frame in the WebSocket protocol. + + + + Receives the data from the protocol. + + + + + Provides a handler for the RFC 6455 version of the WebSocket protocol. + + + + + Initializes a new instance of the class. + + The to handle. + + + + Creates a new instance of the handler. + + The request to handle. + A to perform handling of subsequent requests. + + + + Receives data from the protocol. + + + + + Prepares a text frame for the given text. + + The text for which to prepare the frame. + A byte array representing the frame in the WebSocket protocol. + + + + Prepares a close frame for the given connection. + + The code to use in closing the connection. + A byte array representing the frame in the WebSocket protocol. + + + + Gets the handshake for WebSocket protocol. + + A byte array representing the handshake in the WebSocket protocol. + + + + Prepares a binary frame for the given binary data. + + The binary data for which to prepare the frame. + A byte array representing the frame in the WebSocket protocol. +