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,376 +2016,439 @@ 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 . + + + 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. + + + + + Represents a collection of keys each mapped to one or more values. + + + + + 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 . + + + + + 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 @@ -2291,69 +2459,6 @@ 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. - - - - - Represents a collection of keys each mapped to one or more values. - - - - - 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 . - - - - - 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. - - 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. @@ -2521,96 +2626,6 @@ 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 . @@ -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. + Determines whether this instance can convert the specified object 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. + 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,6 +1186,78 @@ 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. @@ -1181,38 +1290,6 @@ 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. @@ -1293,142 +1370,195 @@ 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. - - - - - 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. + Determines whether this instance can convert the specified object type. + Type of the object. - 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. + true if this instance can convert the specified object type; otherwise, false. - + - When overridden in a derived class, gets a value indicating whether this property is read-only. + 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 the property is read-only; otherwise, false. + true if this instance can convert the specified value type; otherwise, false. - + - When overridden in a derived class, gets the type of the property. + 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 that represents the type of the property. - + The name of the deserialize root element. - + - Gets the hash code for the name of the member. + 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 hash code for the name of the member. - + true if the array attibute is written to the XML; otherwise, false. - + - Represents a raw JSON string. + 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. - + - Represents a value in JSON (string, integer, date, etc). + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". - + - Represents an abstract JSON token. + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". - + - Represents a collection of objects. + Specifies how to treat the time value when converting between string and . - The type of token - + - Gets the with the specified key. + 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. - @@ -1455,6 +1585,1783 @@ 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 . + + + + + 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. + + + + 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. @@ -2007,6 +3914,24 @@ 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. @@ -2075,2272 +4000,11 @@ A containing the last child token of the . - + - Initializes a new instance of the class from another object. + Raises the event. - 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. - - - - - 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 [default creator 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 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. - - - - 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. - - - - 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 . - - - - 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 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 members are serialized by default. Members can be excluded using the . - - - - - Only members must be marked with the are serialized. - - - - - 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. - - - - 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. - - - - - 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 serialized Json 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. - - - - - Reads the next JSON token from the stream as a . - - A . - - - - Reads the next JSON token from the stream as a . - - A . - - - - Reads the next JSON token from the stream as a . - - A . - - - - 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 or sets the culture used when reading JSON. Defaults to . - - - - - 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. - - - - 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. - - 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. - 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. - - - - - 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. - - - - 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. - - - - - 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. - - - - 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. + The instance containing the event data. @@ -4394,14 +4058,9 @@ 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. @@ -4440,6 +4099,154 @@ 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. @@ -4684,110 +4491,13 @@ Name of the property. - + - Raises the event with the provided arguments. - - Name of the property. - - - - Returns the properties 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 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. + The to bind this object. @@ -4801,11 +4511,6 @@ Occurs when a property value changes. - - - Occurs when a property value is changing. - - Gets the node type for this . @@ -4824,153 +4529,321 @@ - + - Represents a JSON array. + Represents a JSON property. - + - 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 from another object. + Initializes a new instance of the class. - A object to copy from. + The property name. + The property content. - + - Initializes a new instance of the class with the specified content. + Initializes a new instance of the class. - The contents of the array. + The property name. + The property content. - - - 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 . + Loads an from a . - The object to locate in the . - - The index of if found in the list; otherwise, -1. - + A that will be read for the content of the . + A that contains the JSON that was read from the specified . - - - 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 property name. + + The property name. + + + + Gets or sets the property value. + + The property value. + + Gets the node type for this . The type. - + - Gets the with the specified key. + Represents a raw JSON string. - The with the specified key. - + - Gets or sets the at the specified index. + 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. @@ -4988,26 +4861,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. @@ -5017,6 +4902,101 @@ 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. @@ -5219,761 +5199,20 @@ The token being writen. - + - Represents a JSON property. + Specifies the member serialization options for the . - + - Initializes a new instance of the class from another object. + All members are serialized by default. Members can be excluded using the . - A object to copy from. - + - Initializes a new instance of the class. + Only members must be marked with the are serialized. - 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. - - - - - 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. - - - - 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 event. - - The JsonSchemaException associated with the validation event. - - - - Gets the text description corresponding to the validation event. - - 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. - - - - 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. - - - - - 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. - - - - - 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 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. - - - - 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. - - - - 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. @@ -6005,6 +5244,51 @@ 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 . @@ -6025,6 +5309,67 @@ 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. @@ -6267,6 +5612,49 @@ 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 . @@ -6315,6 +5703,29 @@ 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 . @@ -6365,6 +5776,581 @@ 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 . @@ -6407,6 +6393,214 @@ 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. + + + + Serializes the dynamic. + + The writer. + The value. + The contract. + Contract details for a used by the . @@ -6418,6 +6612,16 @@ 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. @@ -6443,16 +6647,6 @@ 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. - - - - - Represents a method that constructs an object. - - Specifies type name handling options for the . @@ -6483,6 +6677,32 @@ Always include the .NET type name when serializing. + + + 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. @@ -6517,6 +6737,32 @@ 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. @@ -6530,189 +6776,6 @@ 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. - - - - - 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. - - - - - 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. @@ -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. - + - Instructs the not to serialize the public field or public read/write property value. + 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. + + + 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,376 +2021,439 @@ 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 . + + + 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. + + + + + Represents a collection of keys each mapped to one or more values. + + + + + 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 . + + + + + 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 @@ -2254,69 +2464,6 @@ 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. - - - - - Represents a collection of keys each mapped to one or more values. - - - - - 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 . - - - - - 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. - - 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 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. @@ -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,16 +7655,16 @@ 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. + + + 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. @@ -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 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. @@ -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,16 +6786,16 @@ 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. + + + 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. @@ -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,16 +5970,16 @@ 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. + + + 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. @@ -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,16 +5970,16 @@ 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. + + + 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. @@ -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,16 +5966,16 @@ 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. + + + 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. @@ -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,42 +1644,6 @@ The exception that is thrown when an alert is not found. - - - 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 - 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 if no inner exception is specified. - - - - 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. @@ -1717,6 +1680,42 @@ The that contains contextual information about the source or destination. + + + 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 + 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 if no inner exception is specified. + + + + 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,42 +1644,6 @@ The exception that is thrown when an alert is not found. - - - 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 - 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 if no inner exception is specified. - - - - 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. @@ -1717,6 +1680,42 @@ The that contains contextual information about the source or destination. + + + 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 + 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 if no inner exception is specified. + + + + 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. +