From 2a645fd1b2635602e6b82701bff68d31f4df8be8 Mon Sep 17 00:00:00 2001 From: Carlos Jovani Date: Thu, 13 Feb 2025 17:33:23 -0600 Subject: [PATCH 1/3] =?UTF-8?q?Nueva=20versi=C3=B3n=20para=20soportar=20.N?= =?UTF-8?q?ET=20v8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Paybook/Paybook.sln | 6 +- Paybook/Paybook/Account.cs | 5 - Paybook/Paybook/Account_Type.cs | 6 +- Paybook/Paybook/Attachment.cs | 5 - Paybook/Paybook/Attachment_Type.cs | 7 +- Paybook/Paybook/Catalogues.cs | 15 +- Paybook/Paybook/Country.cs | 6 +- Paybook/Paybook/Credentials.cs | 5 - Paybook/Paybook/Credentials_Structure.cs | 6 +- Paybook/Paybook/Error.cs | 7 +- Paybook/Paybook/JsonContent.cs | 11 +- Paybook/Paybook/PBException.cs | 24 - Paybook/Paybook/Paybook.cs | 10 +- Paybook/Paybook/Paybook.csproj | 95 +- Paybook/Paybook/Properties/AssemblyInfo.cs | 36 - Paybook/Paybook/Session.cs | 6 - Paybook/Paybook/Site.cs | 6 +- Paybook/Paybook/Site_Organization.cs | 6 +- Paybook/Paybook/Transaction.cs | 5 - Paybook/Paybook/User.cs | 5 - Paybook/Paybook/bin/Debug/Newtonsoft.Json.dll | Bin 526336 -> 0 bytes Paybook/Paybook/bin/Debug/Newtonsoft.Json.xml | 9229 ----------------- Paybook/Paybook/bin/Debug/Paybook.dll | Bin 27648 -> 0 bytes Paybook/Paybook/bin/Debug/Paybook.pdb | Bin 89600 -> 0 bytes .../Paybook/bin/Release/Newtonsoft.Json.dll | Bin 526336 -> 0 bytes .../Paybook/bin/Release/Newtonsoft.Json.xml | 9229 ----------------- Paybook/Paybook/bin/Release/Paybook.dll | Bin 26624 -> 0 bytes Paybook/Paybook/bin/Release/Paybook.pdb | Bin 83456 -> 0 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 7230 -> 0 bytes .../Debug/Paybook.csproj.FileListAbsolute.txt | 14 - ...ybook.csprojResolveAssemblyReference.cache | Bin 11621 -> 0 bytes Paybook/Paybook/obj/Debug/Paybook.dll | Bin 27648 -> 0 bytes Paybook/Paybook/obj/Debug/Paybook.pdb | Bin 89600 -> 0 bytes ...le_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs | 0 ...le_5937a670-0e60-4077-877b-f7221da3dda1.cs | 0 ...le_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs | 0 ...gnTimeResolveAssemblyReferencesInput.cache | Bin 7234 -> 0 bytes .../Paybook.csproj.FileListAbsolute.txt | 14 - Paybook/Paybook/obj/Release/Paybook.dll | Bin 26624 -> 0 bytes Paybook/Paybook/obj/Release/Paybook.pdb | Bin 83456 -> 0 bytes ...le_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs | 0 ...le_5937a670-0e60-4077-877b-f7221da3dda1.cs | 0 ...le_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs | 0 Paybook/Paybook/packages.config | 4 - Paybook/QuickStarts/QuickStarts/Program.cs | 4 - .../QuickStarts/Properties/AssemblyInfo.cs | 23 - .../QuickStarts/QuickStarts.csproj | 75 +- .../QuickStarts/QuickStarts/packages.config | 4 - .../QuickStarts/quickstart_normal.cs | 6 +- Paybook/UnitTesting/PaybookUnitTest.cs | 8 +- .../UnitTesting/Properties/AssemblyInfo.cs | 23 - Paybook/UnitTesting/UnitTesting.csproj | 74 +- Paybook/UnitTesting/app.config | 11 + Paybook/UnitTesting/packages.config | 4 - lib/Paybook.dll | Bin 27136 -> 29184 bytes 55 files changed, 83 insertions(+), 18911 deletions(-) delete mode 100644 Paybook/Paybook/PBException.cs delete mode 100644 Paybook/Paybook/Properties/AssemblyInfo.cs delete mode 100644 Paybook/Paybook/bin/Debug/Newtonsoft.Json.dll delete mode 100644 Paybook/Paybook/bin/Debug/Newtonsoft.Json.xml delete mode 100644 Paybook/Paybook/bin/Debug/Paybook.dll delete mode 100644 Paybook/Paybook/bin/Debug/Paybook.pdb delete mode 100644 Paybook/Paybook/bin/Release/Newtonsoft.Json.dll delete mode 100644 Paybook/Paybook/bin/Release/Newtonsoft.Json.xml delete mode 100644 Paybook/Paybook/bin/Release/Paybook.dll delete mode 100644 Paybook/Paybook/bin/Release/Paybook.pdb delete mode 100644 Paybook/Paybook/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache delete mode 100644 Paybook/Paybook/obj/Debug/Paybook.csproj.FileListAbsolute.txt delete mode 100644 Paybook/Paybook/obj/Debug/Paybook.csprojResolveAssemblyReference.cache delete mode 100644 Paybook/Paybook/obj/Debug/Paybook.dll delete mode 100644 Paybook/Paybook/obj/Debug/Paybook.pdb delete mode 100644 Paybook/Paybook/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs delete mode 100644 Paybook/Paybook/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs delete mode 100644 Paybook/Paybook/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs delete mode 100644 Paybook/Paybook/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache delete mode 100644 Paybook/Paybook/obj/Release/Paybook.csproj.FileListAbsolute.txt delete mode 100644 Paybook/Paybook/obj/Release/Paybook.dll delete mode 100644 Paybook/Paybook/obj/Release/Paybook.pdb delete mode 100644 Paybook/Paybook/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs delete mode 100644 Paybook/Paybook/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs delete mode 100644 Paybook/Paybook/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs delete mode 100644 Paybook/Paybook/packages.config delete mode 100644 Paybook/QuickStarts/QuickStarts/packages.config create mode 100644 Paybook/UnitTesting/app.config delete mode 100644 Paybook/UnitTesting/packages.config diff --git a/Paybook/Paybook.sln b/Paybook/Paybook.sln index 1cfb722..3665582 100644 --- a/Paybook/Paybook.sln +++ b/Paybook/Paybook.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35208.52 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paybook", "Paybook\Paybook.csproj", "{ED50E44A-ADCD-466F-8EB0-B2EE7032B919}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Paybook", "Paybook\Paybook.csproj", "{ED50E44A-ADCD-466F-8EB0-B2EE7032B919}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTesting", "UnitTesting\UnitTesting.csproj", "{3807A3FB-8950-4207-A24C-AA7B9AA64E5C}" EndProject diff --git a/Paybook/Paybook/Account.cs b/Paybook/Paybook/Account.cs index fe8bcf5..9820190 100644 --- a/Paybook/Paybook/Account.cs +++ b/Paybook/Paybook/Account.cs @@ -1,10 +1,5 @@ using Newtonsoft.Json; using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace PaybookSDK { diff --git a/Paybook/Paybook/Account_Type.cs b/Paybook/Paybook/Account_Type.cs index a9dbc3d..0446473 100644 --- a/Paybook/Paybook/Account_Type.cs +++ b/Paybook/Paybook/Account_Type.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; + namespace PaybookSDK { diff --git a/Paybook/Paybook/Attachment.cs b/Paybook/Paybook/Attachment.cs index d293fe2..ab2f51a 100644 --- a/Paybook/Paybook/Attachment.cs +++ b/Paybook/Paybook/Attachment.cs @@ -1,10 +1,5 @@ using Newtonsoft.Json; using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace PaybookSDK { diff --git a/Paybook/Paybook/Attachment_Type.cs b/Paybook/Paybook/Attachment_Type.cs index 43ff989..e2be647 100644 --- a/Paybook/Paybook/Attachment_Type.cs +++ b/Paybook/Paybook/Attachment_Type.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - + namespace PaybookSDK { public class Attachment_Type diff --git a/Paybook/Paybook/Catalogues.cs b/Paybook/Paybook/Catalogues.cs index 99baec8..bddea81 100644 --- a/Paybook/Paybook/Catalogues.cs +++ b/Paybook/Paybook/Catalogues.cs @@ -1,17 +1,12 @@ using Newtonsoft.Json; using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace PaybookSDK { public class Catalogues : Paybook { - public List get_account_types(Session session, string id_user = "", Dictionary d = null) + public List get_account_types(Session session, string id_user = "", Dictionary? d = null) { try { @@ -39,7 +34,7 @@ public List get_account_types(Session session, string id_user = "" } - public List get_attachment_types(Session session, string id_user = "", Dictionary d = null) + public List get_attachment_types(Session session, string id_user = "", Dictionary? d = null) { try { @@ -67,7 +62,7 @@ public List get_attachment_types(Session session, string id_use } - public List get_countries(Session session, string id_user = "", Dictionary d = null) + public List get_countries(Session session, string id_user = "", Dictionary? d = null) { try { @@ -94,7 +89,7 @@ public List get_countries(Session session, string id_user = "", Diction } } - public List get_sites(Session session, string id_user = "", Dictionary d = null, bool is_test = false) + public List get_sites(Session session, string id_user = "", Dictionary? d = null, bool is_test = false) { try { @@ -125,7 +120,7 @@ public List get_sites(Session session, string id_user = "", Dictionary get_site_organizations(Session session, string id_user = "", Dictionary d = null, bool is_test = false) + public List get_site_organizations(Session session, string id_user = "", Dictionary? d = null, bool is_test = false) { try { diff --git a/Paybook/Paybook/Country.cs b/Paybook/Paybook/Country.cs index d834f3f..81ecf08 100644 --- a/Paybook/Paybook/Country.cs +++ b/Paybook/Paybook/Country.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; + namespace PaybookSDK { diff --git a/Paybook/Paybook/Credentials.cs b/Paybook/Paybook/Credentials.cs index 4a8f1e1..006923a 100644 --- a/Paybook/Paybook/Credentials.cs +++ b/Paybook/Paybook/Credentials.cs @@ -1,10 +1,5 @@ using Newtonsoft.Json; using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace PaybookSDK { diff --git a/Paybook/Paybook/Credentials_Structure.cs b/Paybook/Paybook/Credentials_Structure.cs index 8f3525f..5975bd5 100644 --- a/Paybook/Paybook/Credentials_Structure.cs +++ b/Paybook/Paybook/Credentials_Structure.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; + namespace PaybookSDK { diff --git a/Paybook/Paybook/Error.cs b/Paybook/Paybook/Error.cs index 4f0df87..f63a3b5 100644 --- a/Paybook/Paybook/Error.cs +++ b/Paybook/Paybook/Error.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net.Http; -using System.Text; -using System.Threading.Tasks; + namespace PaybookSDK { diff --git a/Paybook/Paybook/JsonContent.cs b/Paybook/Paybook/JsonContent.cs index 28eff2c..62e0b18 100644 --- a/Paybook/Paybook/JsonContent.cs +++ b/Paybook/Paybook/JsonContent.cs @@ -1,14 +1,9 @@ using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; using System.Net; -using System.Net.Http; using System.Net.Http.Headers; using System.Text; -using System.Threading.Tasks; namespace PaybookSDK { @@ -26,7 +21,7 @@ public JsonContent(JToken value) } protected override Task SerializeToStreamAsync(Stream stream, - TransportContext context) + TransportContext? context) { var jw = new JsonTextWriter(new StreamWriter(stream)) { @@ -34,7 +29,7 @@ protected override Task SerializeToStreamAsync(Stream stream, }; _value.WriteTo(jw); jw.Flush(); - return Task.FromResult(null); + return Task.FromResult(null); } protected override bool TryComputeLength(out long length) @@ -54,7 +49,7 @@ public static string JsonToQueryString(JObject json) } StringBuilder sb = new StringBuilder(); - Dictionary values = JsonConvert.DeserializeObject>(json.ToString()); + Dictionary values = JsonConvert.DeserializeObject>(json.ToString()) ?? new Dictionary(); foreach (KeyValuePair entry in values) { sb.AppendLine("&" + entry.Key + "=" + entry.Value); diff --git a/Paybook/Paybook/PBException.cs b/Paybook/Paybook/PBException.cs deleted file mode 100644 index 40e2c54..0000000 --- a/Paybook/Paybook/PBException.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net.Http; -using System.Text; -using System.Threading.Tasks; - -namespace PaybookSDK -{ - public class PBException : Exception - { - public string code { get; set; } - public bool status { get; set; } - public string message { get; set; } - public HttpResponseMessage response { get; set; } - public PBException(string code, bool status, string message, HttpResponseMessage response) : base(message) - { - this.code = code; - this.status = status; - this.message = message; - this.response = response; - } - } -} diff --git a/Paybook/Paybook/Paybook.cs b/Paybook/Paybook/Paybook.cs index 2ac1a3e..abf38cc 100644 --- a/Paybook/Paybook/Paybook.cs +++ b/Paybook/Paybook/Paybook.cs @@ -1,10 +1,4 @@ -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Linq; -using System.Net.Http; +using Newtonsoft.Json.Linq; using System.Net.Http.Headers; using System.Text; @@ -12,7 +6,7 @@ namespace PaybookSDK { public abstract class Paybook { - const string paybook_link = "https://sync.paybook.com/v1/"; + const string paybook_link = "https://opendata-api.syncfy.com/v1/"; public static string api_key { get; set; } public enum method { post, get, delete } diff --git a/Paybook/Paybook/Paybook.csproj b/Paybook/Paybook/Paybook.csproj index d65cd4a..4ee854b 100644 --- a/Paybook/Paybook/Paybook.csproj +++ b/Paybook/Paybook/Paybook.csproj @@ -1,82 +1,21 @@ - - - + + - Debug - AnyCPU - {ED50E44A-ADCD-466F-8EB0-B2EE7032B919} - Library - Properties - Paybook - Paybook - v4.5 - 512 - + net8.0 + enable + enable + 2.0.0.0 + 2.0.0.0 + Paybook + 2.0.0 + $(AssemblyName) + this is a .net(v.8.0) sdk to comunicate with paybook service, in OOP way. + True + https://github.com/Paybook/sync-net - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll - True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - \ No newline at end of file + + diff --git a/Paybook/Paybook/Properties/AssemblyInfo.cs b/Paybook/Paybook/Properties/AssemblyInfo.cs deleted file mode 100644 index dac950f..0000000 --- a/Paybook/Paybook/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Paybook")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Paybook")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ed50e44a-adcd-466f-8eb0-b2ee7032b919")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Paybook/Paybook/Session.cs b/Paybook/Paybook/Session.cs index a5f58dc..6ac7701 100644 --- a/Paybook/Paybook/Session.cs +++ b/Paybook/Paybook/Session.cs @@ -1,10 +1,4 @@ using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - namespace PaybookSDK { public class Session : Paybook diff --git a/Paybook/Paybook/Site.cs b/Paybook/Paybook/Site.cs index b92bd6e..7942122 100644 --- a/Paybook/Paybook/Site.cs +++ b/Paybook/Paybook/Site.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; + namespace PaybookSDK { diff --git a/Paybook/Paybook/Site_Organization.cs b/Paybook/Paybook/Site_Organization.cs index 9a1b33d..5908c5e 100644 --- a/Paybook/Paybook/Site_Organization.cs +++ b/Paybook/Paybook/Site_Organization.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; + namespace PaybookSDK { diff --git a/Paybook/Paybook/Transaction.cs b/Paybook/Paybook/Transaction.cs index 28ca060..4cfef63 100644 --- a/Paybook/Paybook/Transaction.cs +++ b/Paybook/Paybook/Transaction.cs @@ -1,10 +1,5 @@ using Newtonsoft.Json; using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace PaybookSDK { diff --git a/Paybook/Paybook/User.cs b/Paybook/Paybook/User.cs index 1c10df3..aae6073 100644 --- a/Paybook/Paybook/User.cs +++ b/Paybook/Paybook/User.cs @@ -1,10 +1,5 @@ using Newtonsoft.Json; using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace PaybookSDK { diff --git a/Paybook/Paybook/bin/Debug/Newtonsoft.Json.dll b/Paybook/Paybook/bin/Debug/Newtonsoft.Json.dll deleted file mode 100644 index be6558d2d48b3c254ec4adb2aae004597b832cac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 526336 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%0A-%IV4C}RMpVf+v6k)W& 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 - - - Newtonsoft.Json - - - - - Represents a BSON Oid (object id). - - - - - Gets or sets the value of the Oid. - - The value of the Oid. - - - - Initializes a new instance of the class. - - The Oid value. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - - - - - 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. - - - - 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. - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Changes the to Closed. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - Gets or sets the used when writing values to BSON. - When set to no conversion will occur. - - The used when writing values to BSON. - - - - 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 value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - 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. - - The Object ID value to write. - - - - Writes a BSON regex. - - The regex pattern. - The regex options. - - - - 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 parameterized constructor, then the non-public default constructor. - - - - - Json.NET will use a non-public default constructor before falling back to a parameterized constructor. - - - - - Converts a binary value to and from a base 64 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. - - - - 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 - - The object type to convert. - - - - 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. - The created 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. - - - - - 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. - - - - - 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 a F# discriminated union type 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 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 the ISO 8601 date format (e.g. 2008-04-12T12:53Z). - - - - - 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. - - - - 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. - - - - 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. - - - - - 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. - - - - Gets or sets a value indicating whether integer values are allowed. - - true if integers are allowed; otherwise, false. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - true if the written enum text will be camel case; 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 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. - - - - - 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. - - - - 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. - - - - - Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Floating point numbers are parsed to . - - - - - Floating point numbers are parsed to . - - - - - 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 date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. - - - - - Date formatted strings are not parsed to a date type and are read as strings. - - - - - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - - - - - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - - - - - 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. - This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers, - decimals and floating point numbers; and false for booleans). The default value ignored can be changed by - placing the on the property. - - - - - 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. - - - - - Specifies float format handling options when writing special floating point numbers, e.g. , - and with . - - - - - Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". - - - - - Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. - Note that this will produce non-valid JSON. - - - - - Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property. - - - - - 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 for using pooled arrays. - - The array type content. - - - - Rent a array from the pool. This array must be returned when it is no longer needed. - - The minimum required length of the array. The returned array may be longer. - The rented array from the pool. This array must be returned when it is no longer needed. - - - - Return an array to the pool. - - The array that is being returned. - - - - 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. - - - - - 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. - - - - 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. - - - - Instructs the to use the specified constructor when deserializing that object. - - - - - Instructs the how to serialize the object. - - - - - Gets or sets the id. - - The id. - - - - Gets or sets the title. - - The title. - - - - Gets or sets the description. - - The description. - - - - Gets or sets the collection's items converter. - - The collection's items converter. - - - - The parameter list to use when constructing the described by ItemConverterType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - - - - - Gets or sets the of the . - - The of the . - - - - The parameter list to use when constructing the described by NamingStrategyType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] - - - - - Gets or sets a value that indicates whether to preserve object references. - - - true to keep object reference; otherwise, false. The default is false. - - - - - Gets or sets a value that indicates whether to preserve collection's items references. - - - true to keep collection's items object references; otherwise, false. The default is false. - - - - - Gets or sets the reference loop handling used when serializing the collection's items. - - The reference loop handling. - - - - Gets or sets the type name handling used when serializing the collection's items. - - The type name handling. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - Provides methods for converting between common language runtime types and JSON types. - - - - - - - - Gets or sets a function that creates default . - Default settings are automatically used by serialization methods on , - and and on . - To serialize without using any default settings create a with - . - - - - - 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. - The string delimiter character. - The string escape handling. - 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 using formatting. - - 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 formatting and 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 . - - The object to serialize. - The used to serialize the object. - If this is null, default serialization settings will be used. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a type, formatting and . - - The object to serialize. - The used to serialize the object. - If this is null, default serialization settings will be used. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using formatting and . - - 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 used. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a type, formatting and . - - 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 used. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - - - A JSON string representation of the object. - - - - - Asynchronously serializes the specified object to a JSON string. - Serialization will happen on a new thread. - - 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 formatting. - Serialization will happen on a new thread. - - 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 formatting and a collection of . - Serialization will happen on a new thread. - - 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 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 using . - - The JSON to deserialize. - - The used to deserialize the object. - If this is null, default serialization settings will be 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 given anonymous type using . - - - 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 used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized anonymous type from the JSON string. - - - - Deserializes the JSON to the specified .NET type using a collection of . - - 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 using . - - 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 used. - - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type using a collection of . - - 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 using . - - 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 used. - - The deserialized object from the JSON string. - - - - Asynchronously deserializes the JSON to the specified .NET type. - Deserialization will happen on a new thread. - - 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 using . - Deserialization will happen on a new thread. - - 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 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. - Deserialization will happen on a new thread. - - 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 using . - Deserialization will happen on a new thread. - - 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 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 using . - - 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 used. - - - - - Asynchronously populates the object with values from the JSON string using . - - 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 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 using formatting. - - The node to serialize. - Indicates how the output is formatted. - A JSON string of the XmlNode. - - - - Serializes the XML node to a JSON string using formatting and omits the root object if is true. - - 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 specified by . - - 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 specified by - and writes a .NET array attribute for collections. - - 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 using formatting. - - The node to convert to JSON. - Indicates how the output is formatted. - A JSON string of the XNode. - - - - Serializes the to a JSON string using formatting and omits the root object if is true. - - 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 specified by . - - 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 specified by - and writes a .NET array attribute for collections. - - 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 - - - - 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. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - 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. - - - - Instructs the to use the specified when serializing the member or class. - - - - - Gets the of the . - - The of the . - - - - The parameter list to use when constructing the described by ConverterType. - If null, the default constructor is used. - - - - - Initializes a new instance of the class. - - Type of the . - - - - Initializes a new instance of the class. - - Type of the . - Parameter list to use when constructing the . Can be null. - - - - Represents a collection of . - - - - - Instructs the how to serialize the collection. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - 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). - - - - Instructs the to deserialize properties with no matching class member into the specified collection - and write values during serialization. - - - - - Gets or sets a value that indicates whether to write extension data when serializing the object. - - - true to write extension data when serializing the object; otherwise, false. The default is true. - - - - - Gets or sets a value that indicates whether to read extension data when deserializing the object. - - - true to read extension data when deserializing the object; otherwise, false. The default is true. - - - - - Initializes a new instance of the class. - - - - - Instructs the not to serialize the public field or public read/write property value. - - - - - Instructs the how to serialize the object. - - - - - Gets or sets the member serialization. - - The member serialization. - - - - Gets or sets a value that indicates whether the object's properties are required. - - - A value indicating whether the object's properties are required. - - - - - 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. - - - - Instructs the to always serialize the member with the specified name. - - - - - Gets or sets the used when serializing the property's collection items. - - The collection's items . - - - - The parameter list to use when constructing the described by ItemConverterType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - - - - - Gets or sets the of the . - - The of the . - - - - The parameter list to use when constructing the described by NamingStrategyType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] - - - - - 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 of a member. - - The numeric order of serialization. - - - - Gets or sets a value indicating whether this property is required. - - - A value indicating whether this property is required. - - - - - Gets or sets the name of the property. - - The name of the property. - - - - Gets or sets the the reference loop handling used when serializing the property's collection items. - - The collection's items reference loop handling. - - - - Gets or sets the the type name handling used when serializing the property's collection items. - - The collection's items type name handling. - - - - Gets or sets whether this property's collection items are serialized as a reference. - - Whether this property's collection items are serialized as a reference. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified name. - - Name of the property. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - - - - - 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. - - - - - 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 or sets a value indicating whether multiple pieces of JSON content can - be read from a continuous stream without erroring. - - - true to support reading multiple pieces of JSON content; otherwise false. The default is false. - - - - - Gets the quotation mark character used to enclose the value of a string. - - - - - Get or set how time zones are handling when reading JSON. - - - - - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Get or set how custom date formatted strings are parsed 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 . - - - - - 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. - - - - Reads the next JSON token from the stream as a . - - A . This method will return null at the end of 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. - - - - - The exception thrown when an error occurs while reading JSON text. - - - - - 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. - - - - 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). - - - - Instructs the to always serialize the member, and require the member has a value. - - - - - 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. - - - - - 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 the used by the serializer when writing trace messages. - - The trace writer. - - - - Gets or sets the equality comparer used by the serializer when comparing references. - - The equality comparer. - - - - Gets or sets how type name writing and reading is handled by the serializer. - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than TypeNameHandling.None. - - - - - 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 or sets how metadata properties are used during deserialization. - - The metadata properties 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. - - - - - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Get or set how special floating point numbers, e.g. , - and , - are written as JSON text. - - - - - Get or set how strings are escaped when writing JSON text. - - - - - Get or set how and values are formatted when writing JSON text, and the expected date format when reading JSON text. - - - - - 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 . - - - - - Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. - - - true if there will be a check for additional JSON content after deserializing an object; otherwise, false. - - - - - Initializes a new instance of the class. - - - - - Creates a new instance. - The will not use default settings - from . - - - A new instance. - The will not use default settings - from . - - - - - Creates a new instance using the specified . - The will not use default settings - from . - - The settings to be applied to the . - - A new instance using the specified . - The will not use default settings - from . - - - - - Creates a new instance. - The will use default settings - from . - - - A new instance. - The will use default settings - from . - - - - - Creates a new instance using the specified . - The will use default settings - from as well as the specified . - - The settings to be applied to the . - - A new instance using the specified . - The will use default settings - from as well as 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. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - - - - - Serializes the specified and writes the JSON structure - to a Stream using the specified . - - The used to write the JSON structure. - The to serialize. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - - - - - Serializes the specified and writes the JSON structure - to a Stream using the specified . - - The used to write the JSON structure. - The to serialize. - - - - Specifies the settings on a object. - - - - - 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. - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than TypeNameHandling.None. - - The type name handling. - - - - Gets or sets how metadata properties are used during deserialization. - - The metadata properties 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 equality comparer used by the serializer when comparing references. - - The equality comparer. - - - - Gets or sets the used by the serializer when resolving references. - - The reference resolver. - - - - Gets or sets a function that creates the used by the serializer when resolving references. - - A function that creates the used by the serializer when resolving references. - - - - Gets or sets the used by the serializer when writing trace messages. - - The trace writer. - - - - 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. - - - - Get or set how and values are formatted when writing JSON text, and the expected date format when reading JSON text. - - - - - 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. - - - - - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Get or set how special floating point numbers, e.g. , - and , - are written as JSON. - - - - - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Get or set how strings are escaped when writing JSON text. - - - - - Gets or sets the culture used when reading JSON. Defaults to . - - - - - Gets a value indicating whether there will be a check for additional content after deserializing an object. - - - true if there will be a check for additional content after deserializing an object; otherwise, false. - - - - - Initializes a new instance of the class. - - - - - 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. - - - - Gets or sets the reader's character buffer pool. - - - - - 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 . 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. - - - - 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. - - - - - Gets or sets the writer's character array pool. - - - - - 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. - - - - - 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 the property name of a name/value pair on a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - - - - Writes indent characters. - - - - - Writes the JSON value delimiter. - - - - - Writes an indent space. - - - - - Writes a value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - 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 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. - - - - 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. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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. - - - - - - Initializes a new instance of the class that - validates the content returned from the given . - - The to read from while validating. - - - - Gets or sets the schema. - - The schema. - - - - Gets the used to construct this . - - The specified in the constructor. - - - - 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 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. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - 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 text. - - - - - Get or set how strings are escaped when writing JSON text. - - - - - Get or set how special floating point numbers, e.g. , - and , - are written to JSON text. - - - - - Get or set how and values are formatting when writing JSON text. - - - - - Gets or sets the culture used when writing JSON. Defaults to . - - - - - 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 property name of a name/value pair on a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - - - - Writes the end of the current JSON object or array. - - - - - Writes the current token and its children. - - The to read the token from. - - - - Writes the current token. - - The to read the token from. - A flag indicating whether the current token's children should be written. - - - - Writes the token and its value. - - The to write. - - The value to write. - A value is only required for tokens that have an associated value, e.g. the property name for . - A null value can be passed to the method for token's that don't have a value, e.g. . - - - - Writes the token. - - The to write. - - - - 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. - - - - Releases unmanaged and - optionally - managed resources - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Sets the state of the JsonWriter, - - The JsonToken being written. - The value being written. - - - - The exception thrown when an error occurs while reading JSON text. - - - - - Gets the path to the JSON where the error occurred. - - The path to the JSON where the error occurred. - - - - 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). - - - - Specifies how JSON comments are handled when loading JSON. - - - - - Ignore comments. - - - - - Load comments as a with type . - - - - - Specifies how line information is handled when loading JSON. - - - - - Ignore line information. - - - - - Load line information. - - - - - 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 token in the source collection. - - - - Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, the ancestors of every token 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 token in the source collection. - - - - Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, and the descendants of every token 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 token 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 token 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 token 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 token 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 token 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 token 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. - - - - - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Gets the node type for this . - - The type. - - - - 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 . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - 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. - - - - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - 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. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets or sets the at the specified index. - - - - - - 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. - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - - - - 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. - - - - - Copies to. - - The array. - Index of the array. - - - - Gets a value indicating whether the is read-only. - - true if the is read-only; 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. - - - - Represents a JSON constructor. - - - - - 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. - - - - 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. - - - - Gets the with the specified key. - - The with the specified key. - - - - 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 . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Represents a token that can contain other tokens. - - - - - 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. - - - - 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. - - - - Gets a value indicating whether this token has child 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 . - - - - - 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 . - - - - Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order. - - An containing this token, and all 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. - - - - - Merge the specified content into this . - - The content to be merged. - - - - Merge the specified content into this using . - - The content to be merged. - The used to merge the content. - - - - Gets the count of child JSON tokens. - - The count of child JSON tokens - - - - 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. - - - - - Gets the with the specified key. - - - - - - 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. - - - - - 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. - - - - - Represents a JSON 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. - - - - - 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 the node type for this . - - The type. - - - - 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. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets or sets the with the specified property name. - - - - - - 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 . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - 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. - - - - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - 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. - - - - Gets the with the specified property name. - - Name of the property. - The with the specified property name. - - - - Gets the with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the will be used to match a property. - - Name of the property. - One of the enumeration values that specifies how the strings will be compared. - The with the specified property name. - - - - Tries to get the with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the will be used to match a property. - - Name of the property. - The value. - One of the enumeration values that specifies how the strings will be compared. - true if a value was successfully retrieved; otherwise, false. - - - - 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. - - - - - Specifies the settings used when merging JSON. - - - - - Gets or sets the method used when merging JSON arrays. - - The method used when merging JSON arrays. - - - - Gets or sets how how null value properties are merged. - - How null value properties are merged. - - - - Represents a JSON property. - - - - - 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. - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Gets the node type for this . - - The type. - - - - 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 . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Represents a view of a . - - - - - Initializes a new instance of the class. - - The name. - - - - 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. - - - - - 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. - - - - Represents an abstract JSON token. - - - - - 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 child tokens. - - - true if this token has child values; otherwise, 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. - - - - 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 path of the JSON token. - - - - - 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 tokens that contain this token, and the ancestors of this token. - - A collection of tokens that contain this token, and the ancestors 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. - - The with the specified key. - - - - 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. - - - - 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 . - - - - 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 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. - - - - 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 object type that the token will be deserialized to. - The new object created from the JSON value. - - - - Creates the specified .NET type from the . - - The object type that the token will be deserialized to. - The new object created from the JSON value. - - - - Creates the specified .NET type from the using the specified . - - The object type that the token will be deserialized to. - The that will be used when creating the object. - The new object created from the JSON value. - - - - Creates the specified .NET type from the using the specified . - - The object type that the token will be deserialized to. - 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. - - - - - Creates a from a . - - An positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - - 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. - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - A populated from the string that contains JSON. - - - - Creates a from a . - - An positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - - 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. - - - - - 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 a using a JPath expression. Selects the token that matches the object path. - - - A that contains a JPath expression. - - A , or null. - - - - Selects a using a JPath expression. Selects the token that matches the object path. - - - A that contains a JPath expression. - - A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. - A . - - - - Selects a collection of elements using a JPath expression. - - - A that contains a JPath expression. - - An that contains the selected elements. - - - - Selects a collection of elements using a JPath expression. - - - A that contains a JPath expression. - - A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. - An that contains the selected elements. - - - - 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 . - - - - Adds an object to the annotation list of this . - - The annotation to add. - - - - Get the first annotation object of the specified type from this . - - The type of the annotation to retrieve. - The first annotation object that matches the specified type, or null if no annotation is of the specified type. - - - - Gets the first annotation object of the specified type from this . - - The of the annotation to retrieve. - The first annotation object that matches the specified type, or null if no annotation is of the specified type. - - - - Gets a collection of annotations of the specified type for this . - - The type of the annotations to retrieve. - An that contains the annotations for this . - - - - Gets a collection of annotations of the specified type for this . - - The of the annotations to retrieve. - An of that contains the annotations that match the specified type for this . - - - - Removes the annotations of the specified type from this . - - The type of annotations to remove. - - - - Removes the annotations of the specified type from this . - - The of annotations to remove. - - - - 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. - - - - - Gets the at the reader's current position. - - - - - Initializes a new instance of the class. - - The token to read from. - - - - 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. - - - - - Gets the path of the current JSON token. - - - - - 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. - - - - - Gets the at the writer's current position. - - - - - Gets the token being writen. - - The token being writen. - - - - 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 value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - 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. - - - - 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. - - - - 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. - - - - Gets a value indicating whether this token has child tokens. - - - true if this token has child values; otherwise, false. - - - - - 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. - - - - Creates a null value. - - A null value. - - - - Creates a undefined value. - - A undefined value. - - - - Gets the node type for this . - - The type. - - - - Gets or sets the underlying token value. - - The underlying token 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. - - - - - Specifies the settings used when loading JSON. - - - - - Gets or sets how JSON comments are handled when loading JSON. - - The JSON comment handling. - - - - Gets or sets how JSON line info is handled when loading JSON. - - The JSON line info handling. - - - - Specifies how JSON arrays are merged together. - - - - Concatenate arrays. - - - Union arrays, skipping items that already exist. - - - Replace all array items. - - - Merge array items together, matched by index. - - - - Specifies how null value properties are merged. - - - - - The content's null value properties will be ignored during merging. - - - - - The content's null value properties will be merged. - - - - - 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 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 - and setting IgnoreSerializableAttribute on to false. - - - - - Specifies metadata property handling options for the . - - - - - Read metadata properties located at the start of a JSON object. - - - - - Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. - - - - - Do not try to read metadata properties. - - - - - 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 . - Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable. - - - - - - - - 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. - - - - - The property is not required but it cannot be a null value. - - - - - - Contains the JSON schema extension methods. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - - Determines whether the is valid. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - - true if the specified is valid; otherwise, false. - - - - - - Determines whether the is valid. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - 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 . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - - - - - Validates the specified . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - The validation event handler. - - - - - An in-memory representation of a JSON Schema. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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 a value indicating whether items in an array are validated using the instance at their array position from . - - - true if items are validated using their array position; otherwise, false. - - - - - Gets or sets the of additional items. - - The of additional items. - - - - Gets or sets a value indicating whether additional items are allowed. - - - true if additional items are allowed; otherwise, false. - - - - - Gets or sets whether the array items must be unique. - - - - - 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 a collection of valid enum values allowed. - - A collection of valid enum values allowed. - - - - Gets or sets disallowed types. - - The disallow types. - - - - Gets or sets the default value. - - The default value. - - - - Gets or sets the collection of that this schema extends. - - The collection of that this schema extends. - - - - Gets or sets the format. - - The format. - - - - 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 . - - - - - - Returns detailed information about the schema exception. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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. - - - - 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). - - - - - Generates a from a specified . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets how undefined schemas are handled by the serializer. - - - - - Gets or sets the contract resolver. - - The contract resolver. - - - - 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. - - - - - Resolves from an id. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets the loaded schemas. - - The loaded schemas. - - - - Initializes a new instance of the class. - - - - - Gets a for the specified reference. - - The id. - A for the specified reference. - - - - - The value types allowed by the . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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 . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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 . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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 . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - A snake case naming strategy. - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - A camel case naming strategy. - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - Resolves member mappings for a type, camel casing property names. - - - - - Initializes a new instance of the class. - - - - - Used by to resolves a for a given . - - - - - 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. - - - - - Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized. - - The naming strategy used to resolve how property names and dictionary keys are serialized. - - - - 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 improve performance with multiple resolver instances because expensive reflection will only - happen once. This setting can 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. - The contract's default . - - - - 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. - Resolved name of the property. - - - - Resolves the key of the dictionary. By default is used to resolve dictionary keys. - - Key of the dictionary. - Resolved key of the dictionary. - - - - Gets the resolved name of the property. - - Name of the property. - Name of the property. - - - - The default naming strategy. Property names and dictionary keys are unchanged. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - 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. - - - - Represents a trace writer that writes to the application's instances. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of Info will exclude Verbose messages and include Info, - Warning and Error messages. - - - The that will be used to filter the trace messages passed to the writer. - - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Get and set values for a using dynamic methods. - - - - - 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 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. - - - - - 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. - - - - Initializes a new instance of the class. - - The current object. - The error context. - - - - Get and set values for a using dynamic methods. - - - - - 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 methods to get attributes. - - - - - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - - The type of the attributes. - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - 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. - - - - A base class for resolving how property names and dictionary keys are serialized. - - - - - A flag indicating whether dictionary keys should be processed. - Defaults to false. - - - - - A flag indicating whether explicitly specified property names, - e.g. a property name customized with a , should be processed. - Defaults to false. - - - - - Gets the serialized name for a given property name. - - The initial property name. - A flag indicating whether the property has had a name explicitly specfied. - The serialized property name. - - - - Gets the serialized key for a given dictionary key. - - The initial dictionary key. - The serialized dictionary key. - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - 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. - - - - Represents a trace writer. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of Info will exclude Verbose messages and include Info, - Warning and Error messages. - - The that will be used to filter the trace messages passed to the writer. - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - 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. - - - - Contract details for a used by the . - - - - - Gets the of the collection items. - - The of the collection items. - - - - Gets a value indicating whether the collection type is a multidimensional array. - - true if the collection type is a multidimensional array; otherwise, false. - - - - Gets or sets the function used to create the object. When set this function will override . - - The function used to create the object. - - - - Gets a value indicating whether the creator has a parameter with the collection values. - - true if the creator has a parameter with the collection values; otherwise, false. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the default collection items . - - The converter. - - - - Gets or sets a value indicating whether the collection items preserve object references. - - true if collection items preserve object references; otherwise, false. - - - - Gets or sets the collection item reference loop handling. - - The reference loop handling. - - - - Gets or sets the collection item type name handling. - - The type name handling. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Handles serialization callback events. - - The object that raised the callback event. - The streaming context. - - - - Handles serialization error callback events. - - The object that raised the callback event. - The streaming context. - The error context. - - - - Sets extension data for an object during deserialization. - - The object to set extension data on. - The extension data key. - The extension data value. - - - - Gets extension data for an object during serialization. - - The object to set extension data on. - - - - 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 all methods called immediately after deserialization of the object. - - The methods called immediately after deserialization of the object. - - - - Gets or sets all methods called during deserialization of the object. - - The methods called during deserialization of the object. - - - - Gets or sets all methods called after serialization of the object graph. - - The methods called after serialization of the object graph. - - - - Gets or sets all methods called before serialization of the object. - - The methods called before serialization of the object. - - - - Gets or sets all method called when an error is thrown during the serialization of the object. - - The methods called when an error is thrown during the serialization of the object. - - - - 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 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. - - - - 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. - - - - Contract details for a used by the . - - - - - Gets or sets the property name resolver. - - The property name resolver. - - - - Gets or sets the dictionary key resolver. - - The dictionary key resolver. - - - - Gets the of the dictionary keys. - - The of the dictionary keys. - - - - Gets the of the dictionary values. - - The of the dictionary values. - - - - Gets or sets the function used to create the object. When set this function will override . - - The function used to create the object. - - - - Gets a value indicating whether the creator has a parameter with the dictionary values. - - true if the creator has a parameter with the dictionary values; otherwise, false. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets the object's properties. - - The object's properties. - - - - Gets or sets the property name resolver. - - The property name resolver. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the ISerializable object constructor. - - The ISerializable object constructor. - - - - 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. - - - - Contract details for a used by the . - - - - - Gets or sets the object member serialization. - - The member object serialization. - - - - Gets or sets a value that indicates whether the object's properties are required. - - - A value indicating whether the object's properties are required. - - - - - Gets the object's properties. - - The object's properties. - - - - Gets the constructor parameters required for any non-default constructor - - - - - Gets a collection of instances that define the parameters used with . - - - - - 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. - - - - Gets or sets the function used to create the object. When set this function will override . - This function is called with a collection of arguments which are defined by the collection. - - The function used to create the object. - - - - Gets or sets the extension data setter. - - - - - Gets or sets the extension data getter. - - - - - Gets or sets the extension data value type. - - - - - 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. - - - - Maps a JSON property to a .NET member or constructor parameter. - - - - - 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 of a member. - - The numeric order of serialization. - - - - 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 for this property. - - The for this property. - - - - 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 or sets the member converter. - - The member converter. - - - - Gets or sets a value indicating whether this is ignored. - - true if ignored; otherwise, false. - - - - Gets or sets a value indicating whether this is readable. - - true if readable; otherwise, false. - - - - Gets or sets a value indicating whether this is writable. - - true if writable; otherwise, false. - - - - Gets or sets a value indicating whether this has a member attribute. - - true if has a member attribute; otherwise, false. - - - - Gets the default value. - - The default value. - - - - Gets or sets a value indicating whether this is required. - - A value indicating whether this is required. - - - - Gets or sets a value indicating whether this property preserves object references. - - - true if this instance is reference; otherwise, false. - - - - - Gets or sets the property null value handling. - - The null value handling. - - - - Gets or sets the property default value handling. - - The default value handling. - - - - Gets or sets the property reference loop handling. - - The reference loop handling. - - - - Gets or sets the property object creation handling. - - The object creation handling. - - - - Gets or sets 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 deserialized. - - A predicate used to determine whether the property should be deserialized. - - - - 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. - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Gets or sets the converter used when serializing the property's collection items. - - The collection's items converter. - - - - Gets or sets whether this property's collection items are serialized as a reference. - - Whether this property's collection items are serialized as a reference. - - - - Gets or sets the the type name handling used when serializing the property's collection items. - - The collection's items type name handling. - - - - Gets or sets the the reference loop handling used when serializing the property's collection items. - - The collection's items reference loop handling. - - - - 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. - - - - Lookup and create an instance of the JsonConverter type described by the argument. - - The JsonConverter type to create. - Optional arguments to pass to an initializing constructor of the JsonConverter. - If null, the default constructor is used. - - - - Represents a trace writer that writes to memory. When the trace message limit is - reached then old trace messages will be removed as new messages are added. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of Info will exclude Verbose messages and include Info, - Warning and Error messages. - - - The that will be used to filter the trace messages passed to the writer. - - - - - Initializes a new instance of the class. - - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Returns an enumeration of the most recent trace messages. - - An enumeration of the most recent trace messages. - - - - Returns a of the most recent trace messages. - - - A of the most recent trace messages. - - - - - Represents a method that constructs an object. - - The object type to create. - - - - When applied to a method, specifies that the method is called when an error occurs serializing an object. - - - - - Provides methods to get attributes from a , , or . - - - - - Initializes a new instance of the class. - - The instance to get attributes for. This parameter should be a , , or . - - - - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - - The type of the attributes. - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - 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 how strings are escaped when writing JSON text. - - - - - Only control characters (e.g. newline) are escaped. - - - - - All non-ASCII and control characters (e.g. newline) are escaped. - - - - - HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped. - - - - - Specifies type name handling options for the . - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than TypeNameHandling.None. - - - - - 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. - - - - 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. - - - - - 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/Paybook/Paybook/bin/Debug/Paybook.dll b/Paybook/Paybook/bin/Debug/Paybook.dll deleted file mode 100644 index 164f1964e55f60cc28aaebf8cb1b130243e23f57..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27648 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%0A-%IV4C}RMpVf+v6k)W& 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 - - - Newtonsoft.Json - - - - - Represents a BSON Oid (object id). - - - - - Gets or sets the value of the Oid. - - The value of the Oid. - - - - Initializes a new instance of the class. - - The Oid value. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - - - - - 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. - - - - 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. - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Changes the to Closed. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - Gets or sets the used when writing values to BSON. - When set to no conversion will occur. - - The used when writing values to BSON. - - - - 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 value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - 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. - - The Object ID value to write. - - - - Writes a BSON regex. - - The regex pattern. - The regex options. - - - - 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 parameterized constructor, then the non-public default constructor. - - - - - Json.NET will use a non-public default constructor before falling back to a parameterized constructor. - - - - - Converts a binary value to and from a base 64 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. - - - - 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 - - The object type to convert. - - - - 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. - The created 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. - - - - - 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. - - - - - 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 a F# discriminated union type 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 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 the ISO 8601 date format (e.g. 2008-04-12T12:53Z). - - - - - 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. - - - - 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. - - - - 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. - - - - - 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. - - - - Gets or sets a value indicating whether integer values are allowed. - - true if integers are allowed; otherwise, false. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - true if the written enum text will be camel case; 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 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. - - - - - 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. - - - - 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. - - - - - Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Floating point numbers are parsed to . - - - - - Floating point numbers are parsed to . - - - - - 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 date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. - - - - - Date formatted strings are not parsed to a date type and are read as strings. - - - - - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - - - - - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - - - - - 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. - This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers, - decimals and floating point numbers; and false for booleans). The default value ignored can be changed by - placing the on the property. - - - - - 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. - - - - - Specifies float format handling options when writing special floating point numbers, e.g. , - and with . - - - - - Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". - - - - - Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. - Note that this will produce non-valid JSON. - - - - - Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property. - - - - - 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 for using pooled arrays. - - The array type content. - - - - Rent a array from the pool. This array must be returned when it is no longer needed. - - The minimum required length of the array. The returned array may be longer. - The rented array from the pool. This array must be returned when it is no longer needed. - - - - Return an array to the pool. - - The array that is being returned. - - - - 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. - - - - - 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. - - - - 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. - - - - Instructs the to use the specified constructor when deserializing that object. - - - - - Instructs the how to serialize the object. - - - - - Gets or sets the id. - - The id. - - - - Gets or sets the title. - - The title. - - - - Gets or sets the description. - - The description. - - - - Gets or sets the collection's items converter. - - The collection's items converter. - - - - The parameter list to use when constructing the described by ItemConverterType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - - - - - Gets or sets the of the . - - The of the . - - - - The parameter list to use when constructing the described by NamingStrategyType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] - - - - - Gets or sets a value that indicates whether to preserve object references. - - - true to keep object reference; otherwise, false. The default is false. - - - - - Gets or sets a value that indicates whether to preserve collection's items references. - - - true to keep collection's items object references; otherwise, false. The default is false. - - - - - Gets or sets the reference loop handling used when serializing the collection's items. - - The reference loop handling. - - - - Gets or sets the type name handling used when serializing the collection's items. - - The type name handling. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - Provides methods for converting between common language runtime types and JSON types. - - - - - - - - Gets or sets a function that creates default . - Default settings are automatically used by serialization methods on , - and and on . - To serialize without using any default settings create a with - . - - - - - 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. - The string delimiter character. - The string escape handling. - 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 using formatting. - - 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 formatting and 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 . - - The object to serialize. - The used to serialize the object. - If this is null, default serialization settings will be used. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a type, formatting and . - - The object to serialize. - The used to serialize the object. - If this is null, default serialization settings will be used. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using formatting and . - - 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 used. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a type, formatting and . - - 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 used. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - - - A JSON string representation of the object. - - - - - Asynchronously serializes the specified object to a JSON string. - Serialization will happen on a new thread. - - 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 formatting. - Serialization will happen on a new thread. - - 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 formatting and a collection of . - Serialization will happen on a new thread. - - 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 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 using . - - The JSON to deserialize. - - The used to deserialize the object. - If this is null, default serialization settings will be 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 given anonymous type using . - - - 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 used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized anonymous type from the JSON string. - - - - Deserializes the JSON to the specified .NET type using a collection of . - - 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 using . - - 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 used. - - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type using a collection of . - - 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 using . - - 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 used. - - The deserialized object from the JSON string. - - - - Asynchronously deserializes the JSON to the specified .NET type. - Deserialization will happen on a new thread. - - 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 using . - Deserialization will happen on a new thread. - - 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 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. - Deserialization will happen on a new thread. - - 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 using . - Deserialization will happen on a new thread. - - 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 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 using . - - 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 used. - - - - - Asynchronously populates the object with values from the JSON string using . - - 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 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 using formatting. - - The node to serialize. - Indicates how the output is formatted. - A JSON string of the XmlNode. - - - - Serializes the XML node to a JSON string using formatting and omits the root object if is true. - - 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 specified by . - - 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 specified by - and writes a .NET array attribute for collections. - - 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 using formatting. - - The node to convert to JSON. - Indicates how the output is formatted. - A JSON string of the XNode. - - - - Serializes the to a JSON string using formatting and omits the root object if is true. - - 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 specified by . - - 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 specified by - and writes a .NET array attribute for collections. - - 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 - - - - 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. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - 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. - - - - Instructs the to use the specified when serializing the member or class. - - - - - Gets the of the . - - The of the . - - - - The parameter list to use when constructing the described by ConverterType. - If null, the default constructor is used. - - - - - Initializes a new instance of the class. - - Type of the . - - - - Initializes a new instance of the class. - - Type of the . - Parameter list to use when constructing the . Can be null. - - - - Represents a collection of . - - - - - Instructs the how to serialize the collection. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - 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). - - - - Instructs the to deserialize properties with no matching class member into the specified collection - and write values during serialization. - - - - - Gets or sets a value that indicates whether to write extension data when serializing the object. - - - true to write extension data when serializing the object; otherwise, false. The default is true. - - - - - Gets or sets a value that indicates whether to read extension data when deserializing the object. - - - true to read extension data when deserializing the object; otherwise, false. The default is true. - - - - - Initializes a new instance of the class. - - - - - Instructs the not to serialize the public field or public read/write property value. - - - - - Instructs the how to serialize the object. - - - - - Gets or sets the member serialization. - - The member serialization. - - - - Gets or sets a value that indicates whether the object's properties are required. - - - A value indicating whether the object's properties are required. - - - - - 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. - - - - Instructs the to always serialize the member with the specified name. - - - - - Gets or sets the used when serializing the property's collection items. - - The collection's items . - - - - The parameter list to use when constructing the described by ItemConverterType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - - - - - Gets or sets the of the . - - The of the . - - - - The parameter list to use when constructing the described by NamingStrategyType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] - - - - - 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 of a member. - - The numeric order of serialization. - - - - Gets or sets a value indicating whether this property is required. - - - A value indicating whether this property is required. - - - - - Gets or sets the name of the property. - - The name of the property. - - - - Gets or sets the the reference loop handling used when serializing the property's collection items. - - The collection's items reference loop handling. - - - - Gets or sets the the type name handling used when serializing the property's collection items. - - The collection's items type name handling. - - - - Gets or sets whether this property's collection items are serialized as a reference. - - Whether this property's collection items are serialized as a reference. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified name. - - Name of the property. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - - - - - 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. - - - - - 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 or sets a value indicating whether multiple pieces of JSON content can - be read from a continuous stream without erroring. - - - true to support reading multiple pieces of JSON content; otherwise false. The default is false. - - - - - Gets the quotation mark character used to enclose the value of a string. - - - - - Get or set how time zones are handling when reading JSON. - - - - - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Get or set how custom date formatted strings are parsed 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 . - - - - - 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. - - - - Reads the next JSON token from the stream as a . - - A . This method will return null at the end of 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. - - - - - The exception thrown when an error occurs while reading JSON text. - - - - - 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. - - - - 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). - - - - Instructs the to always serialize the member, and require the member has a value. - - - - - 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. - - - - - 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 the used by the serializer when writing trace messages. - - The trace writer. - - - - Gets or sets the equality comparer used by the serializer when comparing references. - - The equality comparer. - - - - Gets or sets how type name writing and reading is handled by the serializer. - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than TypeNameHandling.None. - - - - - 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 or sets how metadata properties are used during deserialization. - - The metadata properties 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. - - - - - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Get or set how special floating point numbers, e.g. , - and , - are written as JSON text. - - - - - Get or set how strings are escaped when writing JSON text. - - - - - Get or set how and values are formatted when writing JSON text, and the expected date format when reading JSON text. - - - - - 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 . - - - - - Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. - - - true if there will be a check for additional JSON content after deserializing an object; otherwise, false. - - - - - Initializes a new instance of the class. - - - - - Creates a new instance. - The will not use default settings - from . - - - A new instance. - The will not use default settings - from . - - - - - Creates a new instance using the specified . - The will not use default settings - from . - - The settings to be applied to the . - - A new instance using the specified . - The will not use default settings - from . - - - - - Creates a new instance. - The will use default settings - from . - - - A new instance. - The will use default settings - from . - - - - - Creates a new instance using the specified . - The will use default settings - from as well as the specified . - - The settings to be applied to the . - - A new instance using the specified . - The will use default settings - from as well as 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. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - - - - - Serializes the specified and writes the JSON structure - to a Stream using the specified . - - The used to write the JSON structure. - The to serialize. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - - - - - Serializes the specified and writes the JSON structure - to a Stream using the specified . - - The used to write the JSON structure. - The to serialize. - - - - Specifies the settings on a object. - - - - - 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. - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than TypeNameHandling.None. - - The type name handling. - - - - Gets or sets how metadata properties are used during deserialization. - - The metadata properties 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 equality comparer used by the serializer when comparing references. - - The equality comparer. - - - - Gets or sets the used by the serializer when resolving references. - - The reference resolver. - - - - Gets or sets a function that creates the used by the serializer when resolving references. - - A function that creates the used by the serializer when resolving references. - - - - Gets or sets the used by the serializer when writing trace messages. - - The trace writer. - - - - 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. - - - - Get or set how and values are formatted when writing JSON text, and the expected date format when reading JSON text. - - - - - 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. - - - - - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Get or set how special floating point numbers, e.g. , - and , - are written as JSON. - - - - - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Get or set how strings are escaped when writing JSON text. - - - - - Gets or sets the culture used when reading JSON. Defaults to . - - - - - Gets a value indicating whether there will be a check for additional content after deserializing an object. - - - true if there will be a check for additional content after deserializing an object; otherwise, false. - - - - - Initializes a new instance of the class. - - - - - 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. - - - - Gets or sets the reader's character buffer pool. - - - - - 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 . 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. - - - - 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. - - - - - Gets or sets the writer's character array pool. - - - - - 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. - - - - - 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 the property name of a name/value pair on a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - - - - Writes indent characters. - - - - - Writes the JSON value delimiter. - - - - - Writes an indent space. - - - - - Writes a value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - 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 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. - - - - 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. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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. - - - - - - Initializes a new instance of the class that - validates the content returned from the given . - - The to read from while validating. - - - - Gets or sets the schema. - - The schema. - - - - Gets the used to construct this . - - The specified in the constructor. - - - - 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 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. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - 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 text. - - - - - Get or set how strings are escaped when writing JSON text. - - - - - Get or set how special floating point numbers, e.g. , - and , - are written to JSON text. - - - - - Get or set how and values are formatting when writing JSON text. - - - - - Gets or sets the culture used when writing JSON. Defaults to . - - - - - 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 property name of a name/value pair on a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - - - - Writes the end of the current JSON object or array. - - - - - Writes the current token and its children. - - The to read the token from. - - - - Writes the current token. - - The to read the token from. - A flag indicating whether the current token's children should be written. - - - - Writes the token and its value. - - The to write. - - The value to write. - A value is only required for tokens that have an associated value, e.g. the property name for . - A null value can be passed to the method for token's that don't have a value, e.g. . - - - - Writes the token. - - The to write. - - - - 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. - - - - Releases unmanaged and - optionally - managed resources - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Sets the state of the JsonWriter, - - The JsonToken being written. - The value being written. - - - - The exception thrown when an error occurs while reading JSON text. - - - - - Gets the path to the JSON where the error occurred. - - The path to the JSON where the error occurred. - - - - 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). - - - - Specifies how JSON comments are handled when loading JSON. - - - - - Ignore comments. - - - - - Load comments as a with type . - - - - - Specifies how line information is handled when loading JSON. - - - - - Ignore line information. - - - - - Load line information. - - - - - 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 token in the source collection. - - - - Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, the ancestors of every token 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 token in the source collection. - - - - Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, and the descendants of every token 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 token 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 token 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 token 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 token 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 token 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 token 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. - - - - - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Gets the node type for this . - - The type. - - - - 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 . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - 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. - - - - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - 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. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets or sets the at the specified index. - - - - - - 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. - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - - - - 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. - - - - - Copies to. - - The array. - Index of the array. - - - - Gets a value indicating whether the is read-only. - - true if the is read-only; 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. - - - - Represents a JSON constructor. - - - - - 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. - - - - 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. - - - - Gets the with the specified key. - - The with the specified key. - - - - 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 . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Represents a token that can contain other tokens. - - - - - 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. - - - - 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. - - - - Gets a value indicating whether this token has child 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 . - - - - - 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 . - - - - Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order. - - An containing this token, and all 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. - - - - - Merge the specified content into this . - - The content to be merged. - - - - Merge the specified content into this using . - - The content to be merged. - The used to merge the content. - - - - Gets the count of child JSON tokens. - - The count of child JSON tokens - - - - 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. - - - - - Gets the with the specified key. - - - - - - 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. - - - - - 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. - - - - - Represents a JSON 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. - - - - - 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 the node type for this . - - The type. - - - - 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. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets or sets the with the specified property name. - - - - - - 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 . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - 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. - - - - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - 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. - - - - Gets the with the specified property name. - - Name of the property. - The with the specified property name. - - - - Gets the with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the will be used to match a property. - - Name of the property. - One of the enumeration values that specifies how the strings will be compared. - The with the specified property name. - - - - Tries to get the with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the will be used to match a property. - - Name of the property. - The value. - One of the enumeration values that specifies how the strings will be compared. - true if a value was successfully retrieved; otherwise, false. - - - - 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. - - - - - Specifies the settings used when merging JSON. - - - - - Gets or sets the method used when merging JSON arrays. - - The method used when merging JSON arrays. - - - - Gets or sets how how null value properties are merged. - - How null value properties are merged. - - - - Represents a JSON property. - - - - - 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. - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Gets the node type for this . - - The type. - - - - 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 . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Represents a view of a . - - - - - Initializes a new instance of the class. - - The name. - - - - 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. - - - - - 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. - - - - Represents an abstract JSON token. - - - - - 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 child tokens. - - - true if this token has child values; otherwise, 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. - - - - 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 path of the JSON token. - - - - - 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 tokens that contain this token, and the ancestors of this token. - - A collection of tokens that contain this token, and the ancestors 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. - - The with the specified key. - - - - 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. - - - - 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 . - - - - 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 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. - - - - 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 object type that the token will be deserialized to. - The new object created from the JSON value. - - - - Creates the specified .NET type from the . - - The object type that the token will be deserialized to. - The new object created from the JSON value. - - - - Creates the specified .NET type from the using the specified . - - The object type that the token will be deserialized to. - The that will be used when creating the object. - The new object created from the JSON value. - - - - Creates the specified .NET type from the using the specified . - - The object type that the token will be deserialized to. - 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. - - - - - Creates a from a . - - An positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - - 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. - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - A populated from the string that contains JSON. - - - - Creates a from a . - - An positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - - 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. - - - - - 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 a using a JPath expression. Selects the token that matches the object path. - - - A that contains a JPath expression. - - A , or null. - - - - Selects a using a JPath expression. Selects the token that matches the object path. - - - A that contains a JPath expression. - - A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. - A . - - - - Selects a collection of elements using a JPath expression. - - - A that contains a JPath expression. - - An that contains the selected elements. - - - - Selects a collection of elements using a JPath expression. - - - A that contains a JPath expression. - - A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. - An that contains the selected elements. - - - - 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 . - - - - Adds an object to the annotation list of this . - - The annotation to add. - - - - Get the first annotation object of the specified type from this . - - The type of the annotation to retrieve. - The first annotation object that matches the specified type, or null if no annotation is of the specified type. - - - - Gets the first annotation object of the specified type from this . - - The of the annotation to retrieve. - The first annotation object that matches the specified type, or null if no annotation is of the specified type. - - - - Gets a collection of annotations of the specified type for this . - - The type of the annotations to retrieve. - An that contains the annotations for this . - - - - Gets a collection of annotations of the specified type for this . - - The of the annotations to retrieve. - An of that contains the annotations that match the specified type for this . - - - - Removes the annotations of the specified type from this . - - The type of annotations to remove. - - - - Removes the annotations of the specified type from this . - - The of annotations to remove. - - - - 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. - - - - - Gets the at the reader's current position. - - - - - Initializes a new instance of the class. - - The token to read from. - - - - 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. - - - - - Gets the path of the current JSON token. - - - - - 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. - - - - - Gets the at the writer's current position. - - - - - Gets the token being writen. - - The token being writen. - - - - 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 value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - 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. - - - - 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. - - - - 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. - - - - Gets a value indicating whether this token has child tokens. - - - true if this token has child values; otherwise, false. - - - - - 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. - - - - Creates a null value. - - A null value. - - - - Creates a undefined value. - - A undefined value. - - - - Gets the node type for this . - - The type. - - - - Gets or sets the underlying token value. - - The underlying token 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. - - - - - Specifies the settings used when loading JSON. - - - - - Gets or sets how JSON comments are handled when loading JSON. - - The JSON comment handling. - - - - Gets or sets how JSON line info is handled when loading JSON. - - The JSON line info handling. - - - - Specifies how JSON arrays are merged together. - - - - Concatenate arrays. - - - Union arrays, skipping items that already exist. - - - Replace all array items. - - - Merge array items together, matched by index. - - - - Specifies how null value properties are merged. - - - - - The content's null value properties will be ignored during merging. - - - - - The content's null value properties will be merged. - - - - - 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 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 - and setting IgnoreSerializableAttribute on to false. - - - - - Specifies metadata property handling options for the . - - - - - Read metadata properties located at the start of a JSON object. - - - - - Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. - - - - - Do not try to read metadata properties. - - - - - 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 . - Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable. - - - - - - - - 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. - - - - - The property is not required but it cannot be a null value. - - - - - - Contains the JSON schema extension methods. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - - Determines whether the is valid. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - - true if the specified is valid; otherwise, false. - - - - - - Determines whether the is valid. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - 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 . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - - - - - Validates the specified . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - The validation event handler. - - - - - An in-memory representation of a JSON Schema. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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 a value indicating whether items in an array are validated using the instance at their array position from . - - - true if items are validated using their array position; otherwise, false. - - - - - Gets or sets the of additional items. - - The of additional items. - - - - Gets or sets a value indicating whether additional items are allowed. - - - true if additional items are allowed; otherwise, false. - - - - - Gets or sets whether the array items must be unique. - - - - - 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 a collection of valid enum values allowed. - - A collection of valid enum values allowed. - - - - Gets or sets disallowed types. - - The disallow types. - - - - Gets or sets the default value. - - The default value. - - - - Gets or sets the collection of that this schema extends. - - The collection of that this schema extends. - - - - Gets or sets the format. - - The format. - - - - 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 . - - - - - - Returns detailed information about the schema exception. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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. - - - - 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). - - - - - Generates a from a specified . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets how undefined schemas are handled by the serializer. - - - - - Gets or sets the contract resolver. - - The contract resolver. - - - - 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. - - - - - Resolves from an id. - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets the loaded schemas. - - The loaded schemas. - - - - Initializes a new instance of the class. - - - - - Gets a for the specified reference. - - The id. - A for the specified reference. - - - - - The value types allowed by the . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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 . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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 . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - 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 . - - - JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details. - - - - - - A snake case naming strategy. - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - A camel case naming strategy. - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - Resolves member mappings for a type, camel casing property names. - - - - - Initializes a new instance of the class. - - - - - Used by to resolves a for a given . - - - - - 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. - - - - - Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized. - - The naming strategy used to resolve how property names and dictionary keys are serialized. - - - - 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 improve performance with multiple resolver instances because expensive reflection will only - happen once. This setting can 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. - The contract's default . - - - - 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. - Resolved name of the property. - - - - Resolves the key of the dictionary. By default is used to resolve dictionary keys. - - Key of the dictionary. - Resolved key of the dictionary. - - - - Gets the resolved name of the property. - - Name of the property. - Name of the property. - - - - The default naming strategy. Property names and dictionary keys are unchanged. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - 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. - - - - Represents a trace writer that writes to the application's instances. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of Info will exclude Verbose messages and include Info, - Warning and Error messages. - - - The that will be used to filter the trace messages passed to the writer. - - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Get and set values for a using dynamic methods. - - - - - 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 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. - - - - - 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. - - - - Initializes a new instance of the class. - - The current object. - The error context. - - - - Get and set values for a using dynamic methods. - - - - - 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 methods to get attributes. - - - - - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - - The type of the attributes. - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - 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. - - - - A base class for resolving how property names and dictionary keys are serialized. - - - - - A flag indicating whether dictionary keys should be processed. - Defaults to false. - - - - - A flag indicating whether explicitly specified property names, - e.g. a property name customized with a , should be processed. - Defaults to false. - - - - - Gets the serialized name for a given property name. - - The initial property name. - A flag indicating whether the property has had a name explicitly specfied. - The serialized property name. - - - - Gets the serialized key for a given dictionary key. - - The initial dictionary key. - The serialized dictionary key. - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - 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. - - - - Represents a trace writer. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of Info will exclude Verbose messages and include Info, - Warning and Error messages. - - The that will be used to filter the trace messages passed to the writer. - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - 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. - - - - Contract details for a used by the . - - - - - Gets the of the collection items. - - The of the collection items. - - - - Gets a value indicating whether the collection type is a multidimensional array. - - true if the collection type is a multidimensional array; otherwise, false. - - - - Gets or sets the function used to create the object. When set this function will override . - - The function used to create the object. - - - - Gets a value indicating whether the creator has a parameter with the collection values. - - true if the creator has a parameter with the collection values; otherwise, false. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the default collection items . - - The converter. - - - - Gets or sets a value indicating whether the collection items preserve object references. - - true if collection items preserve object references; otherwise, false. - - - - Gets or sets the collection item reference loop handling. - - The reference loop handling. - - - - Gets or sets the collection item type name handling. - - The type name handling. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Handles serialization callback events. - - The object that raised the callback event. - The streaming context. - - - - Handles serialization error callback events. - - The object that raised the callback event. - The streaming context. - The error context. - - - - Sets extension data for an object during deserialization. - - The object to set extension data on. - The extension data key. - The extension data value. - - - - Gets extension data for an object during serialization. - - The object to set extension data on. - - - - 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 all methods called immediately after deserialization of the object. - - The methods called immediately after deserialization of the object. - - - - Gets or sets all methods called during deserialization of the object. - - The methods called during deserialization of the object. - - - - Gets or sets all methods called after serialization of the object graph. - - The methods called after serialization of the object graph. - - - - Gets or sets all methods called before serialization of the object. - - The methods called before serialization of the object. - - - - Gets or sets all method called when an error is thrown during the serialization of the object. - - The methods called when an error is thrown during the serialization of the object. - - - - 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 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. - - - - 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. - - - - Contract details for a used by the . - - - - - Gets or sets the property name resolver. - - The property name resolver. - - - - Gets or sets the dictionary key resolver. - - The dictionary key resolver. - - - - Gets the of the dictionary keys. - - The of the dictionary keys. - - - - Gets the of the dictionary values. - - The of the dictionary values. - - - - Gets or sets the function used to create the object. When set this function will override . - - The function used to create the object. - - - - Gets a value indicating whether the creator has a parameter with the dictionary values. - - true if the creator has a parameter with the dictionary values; otherwise, false. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets the object's properties. - - The object's properties. - - - - Gets or sets the property name resolver. - - The property name resolver. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the ISerializable object constructor. - - The ISerializable object constructor. - - - - 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. - - - - Contract details for a used by the . - - - - - Gets or sets the object member serialization. - - The member object serialization. - - - - Gets or sets a value that indicates whether the object's properties are required. - - - A value indicating whether the object's properties are required. - - - - - Gets the object's properties. - - The object's properties. - - - - Gets the constructor parameters required for any non-default constructor - - - - - Gets a collection of instances that define the parameters used with . - - - - - 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. - - - - Gets or sets the function used to create the object. When set this function will override . - This function is called with a collection of arguments which are defined by the collection. - - The function used to create the object. - - - - Gets or sets the extension data setter. - - - - - Gets or sets the extension data getter. - - - - - Gets or sets the extension data value type. - - - - - 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. - - - - Maps a JSON property to a .NET member or constructor parameter. - - - - - 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 of a member. - - The numeric order of serialization. - - - - 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 for this property. - - The for this property. - - - - 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 or sets the member converter. - - The member converter. - - - - Gets or sets a value indicating whether this is ignored. - - true if ignored; otherwise, false. - - - - Gets or sets a value indicating whether this is readable. - - true if readable; otherwise, false. - - - - Gets or sets a value indicating whether this is writable. - - true if writable; otherwise, false. - - - - Gets or sets a value indicating whether this has a member attribute. - - true if has a member attribute; otherwise, false. - - - - Gets the default value. - - The default value. - - - - Gets or sets a value indicating whether this is required. - - A value indicating whether this is required. - - - - Gets or sets a value indicating whether this property preserves object references. - - - true if this instance is reference; otherwise, false. - - - - - Gets or sets the property null value handling. - - The null value handling. - - - - Gets or sets the property default value handling. - - The default value handling. - - - - Gets or sets the property reference loop handling. - - The reference loop handling. - - - - Gets or sets the property object creation handling. - - The object creation handling. - - - - Gets or sets 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 deserialized. - - A predicate used to determine whether the property should be deserialized. - - - - 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. - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Gets or sets the converter used when serializing the property's collection items. - - The collection's items converter. - - - - Gets or sets whether this property's collection items are serialized as a reference. - - Whether this property's collection items are serialized as a reference. - - - - Gets or sets the the type name handling used when serializing the property's collection items. - - The collection's items type name handling. - - - - Gets or sets the the reference loop handling used when serializing the property's collection items. - - The collection's items reference loop handling. - - - - 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. - - - - Lookup and create an instance of the JsonConverter type described by the argument. - - The JsonConverter type to create. - Optional arguments to pass to an initializing constructor of the JsonConverter. - If null, the default constructor is used. - - - - Represents a trace writer that writes to memory. When the trace message limit is - reached then old trace messages will be removed as new messages are added. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of Info will exclude Verbose messages and include Info, - Warning and Error messages. - - - The that will be used to filter the trace messages passed to the writer. - - - - - Initializes a new instance of the class. - - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Returns an enumeration of the most recent trace messages. - - An enumeration of the most recent trace messages. - - - - Returns a of the most recent trace messages. - - - A of the most recent trace messages. - - - - - Represents a method that constructs an object. - - The object type to create. - - - - When applied to a method, specifies that the method is called when an error occurs serializing an object. - - - - - Provides methods to get attributes from a , , or . - - - - - Initializes a new instance of the class. - - The instance to get attributes for. This parameter should be a , , or . - - - - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - - The type of the attributes. - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - 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 how strings are escaped when writing JSON text. - - - - - Only control characters (e.g. newline) are escaped. - - - - - All non-ASCII and control characters (e.g. newline) are escaped. - - - - - HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped. - - - - - Specifies type name handling options for the . - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than TypeNameHandling.None. - - - - - 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. - - - - 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. - - - - - 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/Paybook/Paybook/bin/Release/Paybook.dll b/Paybook/Paybook/bin/Release/Paybook.dll deleted file mode 100644 index 05f8dc9832f9f1acdff67aa469154a2ef6e78f51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26624 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 VI9UQGOWAEz8!hORXDU@hv zbB(Kzc{LrnT$uC1_eHQ&UMS?(Kq@YRXQdglNPmU=eCX*=!m|KEEtyxyuY|V8ombFa z6*~a5WspQTU*)$s=$R{5_dJ%HZCA_6TgA}c|lC@eO%_@^iK`Yei22Q@g zJWuR``&=pTZLhtsry-zKsc{@VFM9?x>LZdhJofjbf=uu)bWy<3>8$N0TKdKRguC+rSDPGW!YC_YU|C_m>h)#n2=2+$;AXb_nr>8X}(z{H86_Z`dTwYj>Ib>mH#+)tm2xymVF64%`vR~l;sj(dSmOjQc66P)seAl>+_ZidmJYzDtgFVQR`^ggqasF5T z#T_l?Y_TRN(}{8eV+s{EQ6Un*CVDm>r3LwWdruzSw_?BKyBmYl`N#&wW*^^5i)=p} zX3p0(nQTP{-9)gB1i*THF#`D#L0X^UqMmE4W!Tk7XesymS&6`$!+k4R$VV*hM--F$^JkXT4~zo#PV6u8KvN-=Dy&O*bPkLM z*gmztdUnmYePEc_-;cEEC)6{(UuC<*=c%TAU=*>bg0B7KOv>g#H diff --git a/Paybook/Paybook/obj/Debug/Paybook.csproj.FileListAbsolute.txt b/Paybook/Paybook/obj/Debug/Paybook.csproj.FileListAbsolute.txt deleted file mode 100644 index dfaaac9..0000000 --- a/Paybook/Paybook/obj/Debug/Paybook.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,14 +0,0 @@ -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\bin\Debug\Paybook.dll -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\bin\Debug\Paybook.pdb -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\bin\Debug\Newtonsoft.Json.dll -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\bin\Debug\Newtonsoft.Json.xml -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\obj\Debug\Paybook.csprojResolveAssemblyReference.cache -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\obj\Debug\Paybook.dll -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\obj\Debug\Paybook.pdb -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\bin\Debug\Paybook.dll -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\bin\Debug\Paybook.pdb -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\bin\Debug\Newtonsoft.Json.dll -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\bin\Debug\Newtonsoft.Json.xml -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\obj\Debug\Paybook.dll -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\obj\Debug\Paybook.pdb -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\obj\Debug\Paybook.csprojResolveAssemblyReference.cache diff --git a/Paybook/Paybook/obj/Debug/Paybook.csprojResolveAssemblyReference.cache b/Paybook/Paybook/obj/Debug/Paybook.csprojResolveAssemblyReference.cache deleted file mode 100644 index 94dd1696f7af65421d301255e96a5694cc4aae11..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11621 zcmeHNU5p!76`t$0y`G6T-UQkv(6rkokSy8SyV;*?Lepg9WV4$l+s!&jL*w9#?Q8F3 z$1|Im@irS0HEls^LXpxxsUTGf0jd&6iK+?^Kb5KqAtBKSA<-8kc;cZdLP7!_cqr!^ zd+eF93%e<%Wwo>N@x5ox+;ivL@1Aqd@d`{3g!k#fH?C-a$QKVPIYT$~f)(FgR@8j_ zux!ql@uY6>p01eEzUL!?hjR z-u}X1VQZnUFF)8T_sbzDyQjI1)Vyi&Qp%Do4k@vqsNC+g-C4Osvrtu@vuFxtd`vc{ zEjg=l%vx+C5(N3TqU|Ig9nj_csGPHOqrLh*k)&Rll?`rmV$h_X=aYs$r{uX20VAcH z(r7-AA)cPs;OIU7z`IFBc=Nr~e15@i5O$@zdm! zDlZF%VYW`~R9Ul>5|5|2p~$LowvN74q&U+8#U(SR8-yc!DOZz{7J5S4Ljf|MAU!SI zO7KSq6z#PAPM>V8t_cFUq2wxl_BPUWq6Ldo^+{y9PCImw8u50JJ3!WetOfZL$frT> z1X%}i7s%ZpT_E>>+zYZEWCI8SV+iAIu6tVd(WIi@J}7KPaI{;9no(6Yt%G`ADJVQ2 zl`9c)eu83RG|y+bmZ!)`0W)gmWXs})9avWy6^vI;1|0<_gyJzF5D2h92M!#<^VcVT zr`#NqBq{t^>Pi$-d*l7R{e9achWEyV-9j7vLa>WpXp>(EcJm8$`-NavztHFWLa@7E zXtPf!gmwAotsEpX2ReHEtBv5w^YQ9Q$6m+UK>|x+FUw==wu{gIc1-NStI@@PGXHzu zhnubii^hpDUcpiQkh}0R?$)jHU~X`zZ(IKW?;YM20;oR*W(o5=3lZ14i2c-Oa1QyMzKK_wZ-63 zSIVY)`$c3kWf`>0QN>ItrCF6@l{ZYwCM7F5ZkoC=V&tY3i*hzf634aCGEV&v5|vV^ zY^QHggO}vlS)Ly?^imrVzu;XCo_L{}?s;}SW9)TSGezp{bO7!=wb$ygWa;pBbn-4R%Vd!kEli6 zP^{_F8gF-0Hj{>URaC{A4`)VIxoF1hf$Gn* z_I81_*;jiY5b;@Lu(ns+Nn^cYP}^Ld$==#i>l?Rj!>irD(D_uY=&?W(1#XvQn8WJD3Cda$cJ|wFpAO36Bxw)+fQoOoW@hZ)_Bm9eG8rKfyg)npRT>Nf(j7whb!vSm zJ9{;t7yLerxe)VvA4O^?h2ZG^KbG6Pc!4_Ku6F2#AhB;z58wj` z*i~u(H8uv=E@A-(xazMyLOnbBouq~x6lH2KL>QZ$b=Wzu5p!%d0-7z&!A2Ca*#(DP z1RHV5W=}h81#Cnrn|;b*&w!2CWwTX>T>=}?%w}s2Tc<`4@x(Db7k8F8*|L-pa zpIZNy%QtQgzkB}1JKewf>ks?i`pFxS8-47>HzR9bc=K}i&x(hhvnIaxlDYTCFB`|+ zyW=;j-~RbeU%UGF*!j2L{pU+hUVARKrE}*S>$+F%KK=`9SKya1c+d!a0=?HC`qOJK zzxrneX9jbi!s@<4!1rQy2SBqXN0mg>-lw=F8$}{iMEuaOgQf;W5G)sfg&saJET zm#71WO3#q5g`;e6s6jZ)Whgm6hb_Uw?HO9&SoI9;6nG_Zp12i6ouwB0iVH;S%dU>Z zo}^w4QBP2(jwr;~MnvU_yNswMjHnB=z~Ks_B=K?TRDkpZwb*$VcGx*rM`B-c1L>>> zNSq#R1QJeX%RpMfKzfQ6SgN`v`khM>FA}2yrc2afWfy*!$Mleki zcNt7e7)+OGft@(#{AenP&k(nQsAs9gN-hvF)zy*Mj2ls>JcvRX*odf8#9c?g>BlOXAmwQ$f==sKvMoKrHX-NG#_@Q`UnfR1X@_get-^nwBt{uFwKIXu{8O zlK4&HRM2#lTI_@iKrHR*NbI;9O^@1fZM diff --git a/Paybook/Paybook/obj/Debug/Paybook.dll b/Paybook/Paybook/obj/Debug/Paybook.dll deleted file mode 100644 index 164f1964e55f60cc28aaebf8cb1b130243e23f57..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27648 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 diff --git a/Paybook/Paybook/obj/Release/Paybook.csproj.FileListAbsolute.txt b/Paybook/Paybook/obj/Release/Paybook.csproj.FileListAbsolute.txt deleted file mode 100644 index 5637968..0000000 --- a/Paybook/Paybook/obj/Release/Paybook.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,14 +0,0 @@ -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\bin\Release\Paybook.dll -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\bin\Release\Paybook.pdb -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\bin\Release\Newtonsoft.Json.dll -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\bin\Release\Newtonsoft.Json.xml -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\obj\Release\Paybook.dll -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\obj\Release\Paybook.pdb -C:\Users\gdlvramo\Documents\GitHub\pb_net_lite\pb_sdk\Paybook\Paybook\obj\Release\Paybook.csprojResolveAssemblyReference.cache -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\bin\Release\Paybook.dll -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\bin\Release\Paybook.pdb -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\bin\Release\Newtonsoft.Json.dll -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\bin\Release\Newtonsoft.Json.xml -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\obj\Release\Paybook.csprojResolveAssemblyReference.cache -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\obj\Release\Paybook.dll -C:\Users\gdlvramo\Documents\GitHub\sync-net\Paybook\Paybook\obj\Release\Paybook.pdb diff --git a/Paybook/Paybook/obj/Release/Paybook.dll b/Paybook/Paybook/obj/Release/Paybook.dll deleted file mode 100644 index 05f8dc9832f9f1acdff67aa469154a2ef6e78f51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26624 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 VI9UQGOW - - - \ No newline at end of file diff --git a/Paybook/QuickStarts/QuickStarts/Program.cs b/Paybook/QuickStarts/QuickStarts/Program.cs index fff0ce4..96d6bc4 100644 --- a/Paybook/QuickStarts/QuickStarts/Program.cs +++ b/Paybook/QuickStarts/QuickStarts/Program.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace QuickStarts { diff --git a/Paybook/QuickStarts/QuickStarts/Properties/AssemblyInfo.cs b/Paybook/QuickStarts/QuickStarts/Properties/AssemblyInfo.cs index 28253f6..cab663f 100644 --- a/Paybook/QuickStarts/QuickStarts/Properties/AssemblyInfo.cs +++ b/Paybook/QuickStarts/QuickStarts/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("QuickStarts")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("QuickStarts")] -[assembly: AssemblyCopyright("Copyright © 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -21,16 +11,3 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("7115d6bb-f6b7-4929-8500-9705360e1eb6")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Paybook/QuickStarts/QuickStarts/QuickStarts.csproj b/Paybook/QuickStarts/QuickStarts/QuickStarts.csproj index 2e8928e..82ebc7c 100644 --- a/Paybook/QuickStarts/QuickStarts/QuickStarts.csproj +++ b/Paybook/QuickStarts/QuickStarts/QuickStarts.csproj @@ -1,73 +1,26 @@ - - - + - Debug - AnyCPU - {7115D6BB-F6B7-4929-8500-9705360E1EB6} + net8.0 Exe - Properties - QuickStarts - QuickStarts - v4.5.2 - 512 - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + false + QuickStarts + QuickStarts + Copyright © 2016 + 1.0.0.0 + 1.0.0.0 - - ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll - True - - - - - - - - - + - - - - - + - + - - {ed50e44a-adcd-466f-8eb0-b2ee7032b919} - Paybook - + + ..\..\Paybook\bin\Debug\net8.0\Paybook.dll + - - \ No newline at end of file diff --git a/Paybook/QuickStarts/QuickStarts/packages.config b/Paybook/QuickStarts/QuickStarts/packages.config deleted file mode 100644 index 9d64bf3..0000000 --- a/Paybook/QuickStarts/QuickStarts/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Paybook/QuickStarts/QuickStarts/quickstart_normal.cs b/Paybook/QuickStarts/QuickStarts/quickstart_normal.cs index 25b0da8..692b6a7 100644 --- a/Paybook/QuickStarts/QuickStarts/quickstart_normal.cs +++ b/Paybook/QuickStarts/QuickStarts/quickstart_normal.cs @@ -10,9 +10,9 @@ namespace QuickStarts { public class quickstart_normal { - const string YOUR_API_KEY = "YOUR_API_KEY"; - const string BANK_USERNAME = "YOUR_BANK_USERNAME"; - const string BANK_PASSWORD = "YOUR_BANK_PASSWORD"; + const string YOUR_API_KEY = "95daec3b96fe2268128dcd88899d7690"; + const string BANK_USERNAME = "test"; + const string BANK_PASSWORD = "test"; public quickstart_normal() { } diff --git a/Paybook/UnitTesting/PaybookUnitTest.cs b/Paybook/UnitTesting/PaybookUnitTest.cs index adc2883..327d9e6 100644 --- a/Paybook/UnitTesting/PaybookUnitTest.cs +++ b/Paybook/UnitTesting/PaybookUnitTest.cs @@ -23,11 +23,11 @@ public class PaybookUnitTest static Account accounts; static Transaction transaction; static Attachment attachment; - const string PAYBOOK_API_KEY = "YOUR_API_KEY"; + const string PAYBOOK_API_KEY = "Youy API Key"; const string PAYBOOK_WRONG_API_KEY = "Hola"; - const string USERNAME = "SOME_PAYBOOK_USERNAME"; + const string USERNAME = "PRUEBA"; const string TEST_SITE_NAME = "CIEC"; //For testing with SAT - const string CREDENTIALS = @"{ 'rfc' : 'SOME_RFC', 'password' : 'SOME_CIEC' }"; //End of CREDENTIALS + const string CREDENTIALS = @"{ 'rfc' : 'test', 'password' : 'test' }"; //End of CREDENTIALS [ClassInitialize()] public static void Initialize(TestContext context) @@ -168,7 +168,7 @@ public void VerificarNuevamenteSession() catch (Error ex) { Console.WriteLine("error: " + ex.code + " " + ex.message); - throw ex; + throw; } } diff --git a/Paybook/UnitTesting/Properties/AssemblyInfo.cs b/Paybook/UnitTesting/Properties/AssemblyInfo.cs index c3ffc12..fc9ca8f 100644 --- a/Paybook/UnitTesting/Properties/AssemblyInfo.cs +++ b/Paybook/UnitTesting/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("UnitTesting")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("UnitTesting")] -[assembly: AssemblyCopyright("Copyright © 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -21,16 +11,3 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("3807a3fb-8950-4207-a24c-aa7b9aa64e5c")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Paybook/UnitTesting/UnitTesting.csproj b/Paybook/UnitTesting/UnitTesting.csproj index 5cc6c77..c3a3f76 100644 --- a/Paybook/UnitTesting/UnitTesting.csproj +++ b/Paybook/UnitTesting/UnitTesting.csproj @@ -1,48 +1,14 @@ - - + - Debug - AnyCPU - {3807A3FB-8950-4207-A24C-AA7B9AA64E5C} + net8.0 Library - Properties - UnitTesting - UnitTesting - v4.5.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest + false + UnitTesting + UnitTesting + Copyright © 2016 + 1.0.0.0 + 1.0.0.0 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll - True - - - - - @@ -56,17 +22,14 @@ - - - - - + + + - - {ed50e44a-adcd-466f-8eb0-b2ee7032b919} - Paybook - + + ..\Paybook\bin\Debug\net8.0\Paybook.dll + @@ -86,13 +49,4 @@ - - - \ No newline at end of file diff --git a/Paybook/UnitTesting/app.config b/Paybook/UnitTesting/app.config new file mode 100644 index 0000000..a0cefc2 --- /dev/null +++ b/Paybook/UnitTesting/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Paybook/UnitTesting/packages.config b/Paybook/UnitTesting/packages.config deleted file mode 100644 index 9d64bf3..0000000 --- a/Paybook/UnitTesting/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/lib/Paybook.dll b/lib/Paybook.dll index a096266a501bbddb8b39b21ca7972a3ad550c39a..8ac11c59706f32e466f3a0c6b2ad7fc5f8b3fdc2 100644 GIT binary patch literal 29184 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 Date: Tue, 18 Feb 2025 11:35:50 -0600 Subject: [PATCH 2/3] add description for readme and version --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index de3aecb..50332cb 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ **Prerequisites** ---- - -- Visual Studio 2012 or above - -- Microsoft .NET Framework 4.5 or above + -- Visual Studio 2022 or above + -- Microsoft .NET Framework 8.0 or above **Downloading from Github** ---- @@ -26,14 +26,7 @@ **Downloading from Nuget Gallery** ---- - -- Open in Visual Studio - -- Create a new web or webapi project - -- Right click on References - -- On contextual menu select the option "Manage Nuget Packages..." - -- Under browser Option type on search text box "Paybook", press enter. - -- You will see on the list Paybook v1.0.0 select it and on right panel click on Install button - -- In preview window click on "OK" Button - -- In order to verify the correct installation expand References and you will see Paybook.dll added + -- In progress **Signup** ---- From 64b07213cd3954ee8894ee06f455f3be2fb3c879 Mon Sep 17 00:00:00 2001 From: JGuardianM <81170597+JGuardianM@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:28:39 -0600 Subject: [PATCH 3/3] Update quickstart_normal.cs API Key Deleted --- Paybook/QuickStarts/QuickStarts/quickstart_normal.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paybook/QuickStarts/QuickStarts/quickstart_normal.cs b/Paybook/QuickStarts/QuickStarts/quickstart_normal.cs index 692b6a7..06fe983 100644 --- a/Paybook/QuickStarts/QuickStarts/quickstart_normal.cs +++ b/Paybook/QuickStarts/QuickStarts/quickstart_normal.cs @@ -10,7 +10,7 @@ namespace QuickStarts { public class quickstart_normal { - const string YOUR_API_KEY = "95daec3b96fe2268128dcd88899d7690"; + const string YOUR_API_KEY = "YOUR_API_KEY"; const string BANK_USERNAME = "test"; const string BANK_PASSWORD = "test";