From 956d0c668bf20cb461c2c48ce388087bc6618886 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Thu, 23 Nov 2017 10:16:47 +0100 Subject: Changed configs. --- AirPollutionWebApi/bin/Newtonsoft.Json.xml | 9914 +++++++++++----------------- 1 file changed, 3856 insertions(+), 6058 deletions(-) (limited to 'AirPollutionWebApi/bin/Newtonsoft.Json.xml') diff --git a/AirPollutionWebApi/bin/Newtonsoft.Json.xml b/AirPollutionWebApi/bin/Newtonsoft.Json.xml index dd18d3d..b48343e 100644 --- a/AirPollutionWebApi/bin/Newtonsoft.Json.xml +++ b/AirPollutionWebApi/bin/Newtonsoft.Json.xml @@ -9,5473 +9,3925 @@ Represents a BSON Oid (object id). + + + Initializes a new instance of the class. + + The Oid value. + Gets or sets the value of the Oid. The value of the Oid. - + - Initializes a new instance of the class. + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. - The Oid value. - + - Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data. + 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 be compatible with incorrect Json.NET 3.5 written binary. + Initializes a new instance of the class with the specified . - - 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. + Reads the next JSON token from the stream. - - true if the root object will be read as a JSON array; otherwise, false. - + true if the next token was read successfully; false if there are no more tokens to read. - + - Gets or sets the used when reading values from BSON. + Reads the next JSON token from the stream as a . - The used when reading values from BSON. + A . This method will return null at the end of an array. - + - Initializes a new instance of the class. + Reads the next JSON token from the stream as a . - The containing the BSON data to read. + A . This method will return null at the end of an array. - + - Initializes a new instance of the class. + Reads the next JSON token from the stream as a . - The containing the BSON data to read. + A or a null reference if the next JSON token is null. This method will return null at the end of an array. - + - Initializes a new instance of the class. + Reads the next JSON token from the stream as a . - The containing the BSON data to read. - if set to true the root object will be read as a JSON array. - The used when reading values from BSON. + A . This method will return null at the end of an array. - + - Initializes a new instance of the class. + Reads the next JSON token from the stream as a . - The containing the BSON data to read. - if set to true the root object will be read as a JSON array. - The used when reading values from BSON. + A . This method will return null at the end of an array. - + - Reads the next JSON token from the underlying . + Reads the next JSON token from the stream as a . - - true if the next token was read successfully; false if there are no more tokens to read. - + A . This method will return null at the end of an array. - + - Changes the reader's state to . - If is set to true, the underlying is also closed. + Skips the children of the current token. - + - Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data. + Sets the current token. + The new token. - + - Gets or sets the used when writing values to BSON. - When set to no conversion will occur. + Sets the current token and value. - The used when writing values to BSON. + The new token. + The value. - + - Initializes a new instance of the class. + Sets the state based on current token type. - The to write to. - + - Initializes a new instance of the class. + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - The to write to. - + - Flushes whatever is in the buffer to the underlying and also flushes the underlying stream. + Releases unmanaged and - optionally - managed resources + true to release both managed and unmanaged resources; false to release only unmanaged resources. - + - Writes the end. + Changes the to Closed. - The token. - + - Writes a comment /*...*/ containing the specified text. + Gets the current reader state. - Text to place inside the comment. + The current reader state. - + - Writes the start of a constructor with the given name. + Gets or sets a value indicating whether the underlying stream or + should be closed when the reader is closed. - The name of the constructor. + + true to close the underlying stream or when + the reader is closed; otherwise false. The default is true. + - + - Writes raw JSON. + Gets or sets a value indicating whether multiple pieces of JSON content can + be read from a continuous stream without erroring. - The raw JSON to write. + + true to support reading multiple pieces of JSON content; otherwise false. The default is false. + - + - Writes raw JSON where a value is expected and updates the writer's state. + Gets the quotation mark character used to enclose the value of a string. - The raw JSON to write. - + - Writes the beginning of a JSON array. + Get or set how time zones are handling when reading JSON. - + - Writes the beginning of a JSON object. + Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - + - Writes the property name of a name/value pair on a JSON object. + Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - The name of the property. - + - Closes this writer. - If is set to true, the underlying is also closed. - If is set to true, the JSON is auto-completed. + Get or set how custom date formatted strings are parsed when reading JSON. - + - Writes a value. - An error will raised if the value cannot be written as a single JSON token. + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . - The value to write. - + - Writes a null value. + Gets the type of the current JSON token. - + - Writes an undefined value. + Gets the text value of the current JSON token. - + - Writes a value. + Gets The Common Language Runtime (CLR) type for the current JSON token. - The value to write. - + - Writes a value. + Gets the depth of the current token in the JSON document. - The value to write. + The depth of the current token in the JSON document. - + - Writes a value. + Gets the path of the current JSON token. - The value to write. - + - Writes a value. + Gets or sets the culture used when reading JSON. Defaults to . - The value to write. - + - Writes a value. + Specifies the state of the reader. - The value to write. - + - Writes a value. + The Read method has not been called. - The value to write. - + - Writes a value. + The end of the file has been reached successfully. - The value to write. - + - Writes a value. + Reader is at a property. - The value to write. - + - Writes a value. + Reader is at the start of an object. - The value to write. - + - Writes a value. + Reader is in an object. - The value to write. - + - Writes a value. + Reader is at the start of an array. - The value to write. - + - Writes a value. + Reader is in an array. - The value to write. - + - Writes a value. + The Close method has been called. - The value to write. - + - Writes a value. + Reader has just read a value. - The value to write. - + - Writes a value. + Reader is at the start of a constructor. - The value to write. - + - Writes a value. + Reader in a constructor. - The value to write. - + - Writes a [] value. + An error occurred that prevents the read operation from continuing. - The [] value to write. - + - Writes a value. + The end of the file has been reached successfully. - The value to write. - + - Writes a value. + Initializes a new instance of the class. - The value to write. + The stream. - + - Writes a value. + Initializes a new instance of the class. - The value to write. + The reader. - + - Writes a [] value that represents a BSON object id. + Initializes a new instance of the class. - The Object ID value to write. + The stream. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. - + - Writes a BSON regex. + Initializes a new instance of the class. - The regex pattern. - The regex options. + The reader. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. - + - Specifies how constructors are used when initializing objects during deserialization by the . + 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. + - + - First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor. + Reads the next JSON token from the stream as a . + A . This method will return null at the end of an array. - + - Json.NET will use a non-public default constructor before falling back to a parameterized constructor. + Reads the next JSON token from the stream as a . + A . This method will return null at the end of an array. - + - Converts a binary value to and from a base 64 string value. + Reads the next JSON token from the stream as a . + A . This method will return null at the end of an array. - + - Writes the JSON representation of the object. + Reads the next JSON token from the stream as a . - The to write to. - The value. - The calling serializer. + A . This method will return null at the end of an array. - + - Reads the JSON representation of the object. + Reads the next JSON token from the stream as a . - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + + A . This method will return null at the end of an array. + - + - Determines whether this instance can convert the specified object type. + Reads the next JSON token from the stream. - Type of the object. - true if this instance can convert the specified object type; otherwise, false. + true if the next token was read successfully; false if there are no more tokens to read. - + - Converts a to and from JSON and BSON. + Changes the to Closed. - + - Writes the JSON representation of the object. + Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary. - The to write to. - The value. - The calling serializer. + + true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false. + - + - Reads the JSON representation of the object. + Gets or sets a value indicating whether the root object will be read as a JSON array. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + + true if the root object will be read as a JSON array; otherwise, false. + - + - Determines whether this instance can convert the specified object type. + Gets or sets the used when reading values from BSON. - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - + The used when reading values from BSON. - + - Creates a custom object. + Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - The object type to convert. - + - Writes the JSON representation of the object. + Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. - The to write to. - The value. - The calling serializer. - + - Reads the JSON representation of the object. + Creates an instance of the JsonWriter class. - 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. + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - Type of the object. - The created object. - + - Determines whether this instance can convert the specified object type. + Closes this stream and the underlying stream. - 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. + Writes the beginning of a Json object. - - true if this can write JSON; otherwise, false. - - + - Converts a to and from JSON. + Writes the end of a Json object. - + - Writes the JSON representation of the object. + Writes the beginning of a Json array. - The to write to. - The value. - The calling serializer. - + - Reads the JSON representation of the object. + Writes the end of an array. - 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. + Writes the start of a constructor with the given name. - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - + The name of the constructor. - + - Converts a to and from JSON. + Writes the end constructor. - + - Writes the JSON representation of the object. + Writes the property name of a name/value pair on a JSON object. - The to write to. - The value. - The calling serializer. + The name of the property. - + - Reads the JSON representation of the object. + Writes the property name of a name/value pair on a JSON object. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + The name of the property. + A flag to indicate whether the text should be escaped when it is written as a JSON property name. - + - Determines whether this instance can convert the specified value type. + Writes the end of the current Json object or array. - 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. + Writes the current token and its children. + The to read the token from. - + - Determines whether this instance can convert the specified object type. + Writes the current token. - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - + The to read the token from. + A flag indicating whether the current token's children should be written. - + - Converts a F# discriminated union type to and from JSON. + Writes the specified end token. + The end token to write. - + - Writes the JSON representation of the object. + Writes indent characters. - The to write to. - The value. - The calling serializer. - + - Reads the JSON representation of the object. + Writes the JSON value delimiter. - 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. + Writes an indent space. - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - + - Converts an Entity Framework to and from JSON. + Writes a null value. - + - Writes the JSON representation of the object. + Writes an undefined value. - The to write to. - The value. - The calling serializer. - + - Reads the JSON representation of the object. + Writes raw JSON without changing the writer's state. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + The raw JSON to write. - + - Determines whether this instance can convert the specified object type. + Writes raw JSON where a value is expected and updates the writer's state. - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - + The raw JSON to write. - + - Converts an to and from JSON. + Writes a value. + The value to write. - + - Writes the JSON representation of the object. + Writes a value. - The to write to. - The value. - The calling serializer. + The value to write. - + - Reads the JSON representation of the object. + Writes a value. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + The value to write. - + - Determines whether this instance can convert the specified object type. + Writes a value. - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - + The value to write. - + - Gets a value indicating whether this can write JSON. + Writes a value. - - true if this can write JSON; otherwise, false. - + The value to write. - + - Converts a to and from the ISO 8601 date format (e.g. "2008-04-12T12:53Z"). + Writes a value. + The value to write. - + - Gets or sets the date time styles used when converting a date to and from JSON. + Writes a value. - The date time styles used when converting a date to and from JSON. + The value to write. - + - Gets or sets the date time format used when converting a date to and from JSON. + Writes a value. - The date time format used when converting a date to and from JSON. + The value to write. - + - Gets or sets the culture used when converting a date to and from JSON. + Writes a value. - The culture used when converting a date to and from JSON. + The value to write. - + - Writes the JSON representation of the object. + Writes a value. - The to write to. - The value. - The calling serializer. + The value to write. - + - Reads the JSON representation of the object. + Writes a value. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + The value to write. - + - Converts a to and from a JavaScript Date constructor (e.g. new Date(52231943)). + Writes a value. + The value to write. - + - Writes the JSON representation of the object. + Writes a value. - The to write to. - The value. - The calling serializer. + The value to write. - + - Reads the JSON representation of the object. + Writes a value. - 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. + The value to write. - + - Converts a to and from JSON. + Writes a value. + The value to write. - + - Writes the JSON representation of the object. + Writes a value. - The to write to. - The value. - The calling serializer. + The value to write. - + - Reads the JSON representation of the object. + Writes a value. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + The value to write. - + - Determines whether this instance can convert the specified object type. + Writes a value. - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - + The value to write. - + - Converts a to and from JSON and BSON. + Writes a value. + The value to write. - + - Writes the JSON representation of the object. + Writes a value. - The to write to. - The value. - The calling serializer. + The value to write. - + - Reads the JSON representation of the object. + Writes a value. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + The value to write. - + - Determines whether this instance can convert the specified object type. + Writes a value. - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - + The value to write. - + - Converts an to and from its name string value. + Writes a value. + The value to write. - + - Gets or sets a value indicating whether the written enum text should be camel case. + Writes a value. - true if the written enum text will be camel case; otherwise, false. + The value to write. - + - Gets or sets a value indicating whether integer values are allowed when deserializing. + Writes a value. - true if integers are allowed when deserializing; otherwise, false. + The value to write. - + - Initializes a new instance of the class. + Writes a value. + The value to write. - + - Initializes a new instance of the class. + Writes a value. - true if the written enum text will be camel case; otherwise, false. + The value to write. - + - Writes the JSON representation of the object. + Writes a value. - The to write to. - The value. - The calling serializer. + The value to write. - + - Reads the JSON representation of the object. + Writes a value. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + The value to write. - + - Determines whether this instance can convert the specified object type. + Writes a value. - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - + The value to write. - + - Converts a to and from a string (e.g. "1.2.3.4"). + Writes a value. + The value to write. - + - Writes the JSON representation of the object. + Writes a value. - The to write to. - The value. - The calling serializer. + The value to write. - + - Reads the JSON representation of the object. + Writes a value. - 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. + The value to write. - + - Determines whether this instance can convert the specified object type. + Writes a value. - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - + The value to write. - + - Converts XML to and from JSON. + Writes a value. + The value to write. - + - Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements. + Writes a value. - The name of the deserialized root element. + The value to write. - + - 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. + Writes a value. - true if the array attribute is written to the XML; otherwise, false. + The value to write. - + - Gets or sets a value indicating whether to write the root JSON object. + Writes a value. + An error will raised if the value cannot be written as a single JSON token. - true if the JSON root object is omitted; otherwise, false. + The value to write. - + - Writes the JSON representation of the object. + Writes out a comment /*...*/ containing the specified text. - The to write to. - The calling serializer. - The value. + Text to place inside the comment. - + - Reads the JSON representation of the object. + Writes out the given white space. - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. + The string of white space characters. - + - Checks if the is a namespace attribute. + Sets the state of the JsonWriter, - 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. + The JsonToken being written. + The value being written. - + - Determines whether this instance can convert the specified value type. + Gets or sets a value indicating whether the underlying stream or + should be closed when the writer is closed. - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - + + true to close the underlying stream or when + the writer is closed; otherwise false. The default is true. + - + - Specifies how dates are formatted when writing JSON text. + Gets the top. + The top. - + - Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + Gets the state of the writer. - + - Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + Gets the path of the writer. - + - Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. + Indicates how JSON text output is formatted. - + - Date formatted strings are not parsed to a date type and are read as strings. + Get or set how dates are written to JSON text. - + - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . + Get or set how time zones are handling when writing JSON text. - + - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . + Get or set how strings are escaped when writing JSON text. - + - Specifies how to treat the time value when converting between string and . + Get or set how special floating point numbers, e.g. , + and , + are written to JSON text. - + - Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + Get or set how and values are formatting when writing JSON text. - + - Treat as a UTC. If the object represents a local time, it is converted to a UTC. + Gets or sets the culture used when writing JSON. Defaults to . - + - 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. + Initializes a new instance of the class. + The stream. - + - Time zone information should be preserved when converting. + Initializes a new instance of the class. + The writer. - + - Specifies default value handling options for the . + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - - - - - + - 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. + Writes the end. + The token. - + - Ignore members where the member value is the same as the member's default value when serializing objects - so that it 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. + Writes out a comment /*...*/ containing the specified text. + Text to place inside the comment. - + - Members with a default value but no JSON will be set to their default value when deserializing. + Writes the start of a constructor with the given name. + The name of the constructor. - + - Ignore members where the member value is the same as the member's default value when serializing objects - and set members to their default value when deserializing. + Writes raw JSON. + The raw JSON to write. - + - Specifies float format handling options when writing special floating point numbers, e.g. , - and with . + Writes raw JSON where a value is expected and updates the writer's state. + The raw JSON to write. - + - Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". + Writes the beginning of a Json array. - + - Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. - Note that this will produce non-valid JSON. + Writes the beginning of a Json object. - + - Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a of property. + Writes the property name of a name/value pair on a Json object. + The name of the property. - + - Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + Closes this stream and the underlying stream. - + - Floating point numbers are parsed to . + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + The value to write. - + - Floating point numbers are parsed to . + Writes a null value. - + - Specifies formatting options for the . + Writes an undefined value. - + - No special formatting is applied. This is the default. + Writes a value. + The value to write. - + - Causes child objects to be indented according to the and settings. + Writes a value. + The value to write. - + - Provides an interface for using pooled arrays. + Writes a value. - The array type content. + The value to write. - + - Rent an array from the pool. This array must be returned when it is no longer needed. + Writes a value. - 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. + The value to write. - + - Return an array to the pool. + Writes a value. - The array that is being returned. + The value to write. - + - Provides an interface to enable a class to return line and position information. + Writes a value. + The value to write. - + - Gets a value indicating whether the class can return line information. + Writes a value. - - true if and can be provided; otherwise, false. - + The value to write. - + - Gets the current line number. + Writes a value. - The current line number or 0 if no line information is available (for example, when returns false). + The value to write. - + - Gets the current line position. + Writes a value. - The current line position or 0 if no line information is available (for example, when returns false). + The value to write. - + - Instructs the how to serialize the collection. + Writes a value. + The value to write. - + - Gets or sets a value indicating whether null items are allowed in the collection. + Writes a value. - true if null items are allowed in the collection; otherwise, false. + The value to write. - + - Initializes a new instance of the class. + Writes a value. + The value to write. - + - Initializes a new instance of the class with a flag indicating whether the array can contain null items. + Writes a value. - A flag indicating whether the array can contain null items. + The value to write. - + - Initializes a new instance of the class with the specified container Id. + Writes a value. - The container Id. + The value to write. - + - Instructs the to use the specified constructor when deserializing that object. + Writes a value. + The value to write. - + - Instructs the how to serialize the object. + Writes a value. + The value to write. - + - Gets or sets the id. + Writes a value. - The id. + The value to write. - + - Gets or sets the title. + Writes a value. - The title. + The value to write. - + - Gets or sets the description. + Writes a value. - The description. + The value to write. - + - Gets or sets the collection's items converter. + Writes a value. - The collection's items converter. + The value to write. - + - The parameter list to use when constructing the described by . - 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. + Writes a value that represents a BSON object id. - - - [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - - + The Object ID value to write. - + - Gets or sets the of the . + Writes a BSON regex. - The of the . + The regex pattern. + The regex options. - + - The parameter list to use when constructing the described by . - 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. + Gets or sets the used when writing values to BSON. + When set to no conversion will occur. - - - [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] - - + The used when writing values to BSON. - + - Gets or sets a value that indicates whether to preserve object references. + Specifies how constructors are used when initializing objects during deserialization by the . - - 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. + First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - - 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. + Json.NET will use a non-public default constructor before falling back to a paramatized constructor. - The reference loop handling. - + - Gets or sets the type name handling used when serializing the collection's items. + Converts a binary value to and from a base 64 string value. - The type name handling. - + - Initializes a new instance of the class. + Converts an object to and from JSON. - + - Initializes a new instance of the class with the specified container Id. + Writes the JSON representation of the object. - The container Id. + The to write to. + The value. + The calling serializer. - + - Provides methods for converting between .NET types and JSON types. + Reads the JSON representation of the object. - - - + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Gets or sets 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 - . + 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. + - + - Represents JavaScript's boolean value true as a string. This field is read-only. + Gets the of the JSON produced by the JsonConverter. + The of the JSON produced by the JsonConverter. - + - Represents JavaScript's boolean value false as a string. This field is read-only. + Gets a value indicating whether this can read JSON. + true if this can read JSON; otherwise, false. - + - Represents JavaScript's null as a string. This field is read-only. + Gets a value indicating whether this can write JSON. + true if this can write JSON; otherwise, false. - + - Represents JavaScript's undefined as a string. This field is read-only. + Writes the JSON representation of the object. + The to write to. + The value. + The calling serializer. - + - Represents JavaScript's positive infinity as a string. This field is read-only. + 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. - + - Represents JavaScript's negative infinity as a string. This field is read-only. + 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. + - + - Represents JavaScript's NaN as a string. This field is read-only. + Converts a to and from JSON and BSON. - + - Converts the to its JSON string representation. + Writes the JSON representation of the object. - 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 should be 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 of 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 should be formatted. - A collection of 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 to write out the type name if the type of the value does not match. - Specifying 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 should be 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 should be 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 to write out the type name if the type of the value does not match. - Specifying the type is optional. - - - 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 inferred 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 inferred 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. - - - - 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. - - - - - Serializes the to a JSON string. - - The node to serialize. - A JSON string of the . - - - - Serializes the to a JSON string using formatting. - - The node to serialize. - Indicates how the output should be formatted. - A JSON string of the . - - - - Serializes the to a JSON string using formatting and omits the root object if is true. - - The node to serialize. - Indicates how the output should be formatted. - Omits writing the root object. - A JSON string of the . - - - - Deserializes the from a JSON string. - - The JSON string. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by . - - The JSON string. - The name of the root element to append when deserializing. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by - and writes a Json.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 . - - - - Serializes the to a JSON string. - - The node to convert to JSON. - A JSON string of the . - - - - Serializes the to a JSON string using formatting. - - The node to convert to JSON. - Indicates how the output should be formatted. - A JSON string of the . - - - - Serializes the to a JSON string using formatting and omits the root object if is true. - - The node to serialize. - Indicates how the output should be formatted. - Omits writing the root object. - A JSON string of the . - - - - Deserializes the from a JSON string. - - The JSON string. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by . - - The JSON string. - The name of the root element to append when deserializing. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by - and writes a Json.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 . - - - - 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 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 . - 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 null 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 . - 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 . - 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 reference loop handling used when serializing the property's collection items. - - The collection's items reference loop handling. - - - - Gets or sets 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. - - - - - Asynchronously reads the next JSON token from the source. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns true if the next token was read successfully; false if there are no more tokens to read. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously skips the children of the current token. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a []. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the []. This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Asynchronously reads the next JSON token from the source as a . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - - - - Specifies the state of the reader. - - - - - A 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 method has been called. - - - - - Reader has just read a value. - - - - - Reader is at the start of a constructor. - - - - - Reader is 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 source should be closed when this reader is closed. - - - true to close the source when this 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. - - - - - Gets or sets how time zones are handled when reading JSON. - - - - - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Gets or sets 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 .NET 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. - - - - - Reads the next JSON token from the source. - - true if the next token was read successfully; false if there are no more tokens to read. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a . - - A . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a []. - - A [] or null 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 source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . 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 current token and value. - - The new token. + The to write to. The value. - A flag indicating whether the position index inside an array should be updated. - - - - Sets the state based on current token type. - - - - - Releases unmanaged and - optionally - managed resources. - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Changes the reader's state to . - If is set to true, the source is also closed. - - - - - The exception thrown when an error occurs while reading JSON text. - + The calling serializer. - + - Gets the line number indicating where the error occurred. + Reads the JSON representation of the object. - The line number indicating where the error occurred. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Gets the line position indicating where the error occurred. + Determines whether this instance can convert the specified object type. - The line position indicating where the error occurred. + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + - + - Gets the path to the JSON where the error occurred. + Create a custom object - The path to the JSON where the error occurred. + The object type to convert. - + - Initializes a new instance of the class. + Writes the JSON representation of the object. + The to write to. + The value. + The calling serializer. - + - Initializes a new instance of the class - with a specified error message. + Reads the JSON representation of the object. - The error message that explains the reason for the exception. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. + Creates an object which will then be populated by the serializer. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. + Type of the object. + The created object. - + - Initializes a new instance of the class. + Determines whether this instance can convert the specified object type. - 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). + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + - + - Initializes a new instance of the class - with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception. + Gets a value indicating whether this can write JSON. - The error message that explains the reason for the exception. - The path to the JSON where the error occurred. - The line number indicating where the error occurred. - The line position indicating where the error occurred. - The exception that is the cause of the current exception, or null if no inner exception is specified. + + true if this can write JSON; otherwise, false. + - + - Instructs the to always serialize the member, and to require that the member has a value. + Converts a to and from JSON. - + - The exception thrown when an error occurs during JSON serialization or deserialization. + Writes the JSON representation of the object. + The to write to. + The value. + The calling serializer. - + - Initializes a new instance of the class. + 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. - + - Initializes a new instance of the class - with a specified error message. + Determines whether this instance can convert the specified value type. - The error message that explains the reason for the exception. + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + - + - 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. + Converts a to and from JSON. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - + - Initializes a new instance of the class. + Writes the JSON representation of the object. - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). + The to write to. + The value. + The calling serializer. - + - Serializes and deserializes objects into and from the JSON format. - The enables you to control how objects are encoded into JSON. + 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. - + - Occurs when the errors during serialization and deserialization. + Determines whether this instance can convert the specified value type. + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + - + - Gets or sets the used by the serializer when resolving references. + Provides a base class for converting a to and from JSON. - + - Gets or sets the used by the serializer when resolving type names. + Determines whether this instance can convert the specified object type. + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + - + - Gets or sets the used by the serializer when resolving type names. + Converts a F# discriminated union type to and from JSON. - + - Gets or sets the used by the serializer when writing trace messages. + Writes the JSON representation of the object. - The trace writer. + The to write to. + The value. + The calling serializer. - + - Gets or sets the equality comparer used by the serializer when comparing references. + Reads the JSON representation of the object. - The equality comparer. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Gets or sets how type name writing and reading is handled by the serializer. + Determines whether this instance can convert the specified object type. - - 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 . - + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + - + - Gets or sets how a type name assembly is written and resolved by the serializer. + Converts an Entity Framework EntityKey to and from JSON. - The type name assembly format. - + - Gets or sets how a type name assembly is written and resolved by the serializer. + Writes the JSON representation of the object. - The type name assembly format. + The to write to. + The value. + The calling serializer. - + - Gets or sets how object references are preserved by the serializer. + Reads the JSON representation of the object. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Gets or sets how reference loops (e.g. a class referencing itself) is handled. + Determines whether this instance can convert the specified object type. + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + - + - Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + Converts an ExpandoObject to and from JSON. - + - Gets or sets how null values are handled during serialization and deserialization. + Writes the JSON representation of the object. + The to write to. + The value. + The calling serializer. - + - Gets or sets how default values are handled during serialization and deserialization. + Reads the JSON representation of the object. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Gets or sets how objects are created during deserialization. + Determines whether this instance can convert the specified object type. - The object creation handling. + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + - + - Gets or sets how constructors are used during deserialization. + Gets a value indicating whether this can write JSON. - The constructor handling. + + true if this can write JSON; otherwise, false. + - + - Gets or sets how metadata properties are used during deserialization. + Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z). - The metadata properties handling. - + - Gets a collection that will be used during serialization. + Writes the JSON representation of the object. - Collection that will be used during serialization. + The to write to. + The value. + The calling serializer. - + - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. + Reads the JSON representation of the object. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Gets or sets the used by the serializer when invoking serialization callback methods. + Gets or sets the date time styles used when converting a date to and from JSON. - The context. + The date time styles used when converting a date to and from JSON. - + - Indicates how JSON text output is formatted. + 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 how dates are written to JSON text. + 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. - + - Gets or sets how time zones are handled during serialization and deserialization. + Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)). - + - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + Writes the JSON representation of the object. + The to write to. + The value. + The calling serializer. - + - Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + 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. - + - Gets or sets how special floating point numbers, e.g. , - and , - are written as JSON text. + Converts a to and from JSON. - + - Gets or sets how strings are escaped when writing JSON text. + Writes the JSON representation of the object. + The to write to. + The value. + The calling serializer. - + - Gets or sets how and values are formatted when writing JSON text, - and the expected date format when reading JSON text. + Reads the JSON representation of the object. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Gets or sets the culture used when reading JSON. Defaults to . + Determines whether this instance can convert the specified object type. + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + - + - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + Converts a to and from JSON and BSON. - + - Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. + Writes the JSON representation of the object. - - true if there will be a check for additional JSON content after deserializing an object; otherwise, false. - + The to write to. + The value. + The calling serializer. - + - Initializes a new instance of the class. + 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 a new instance. - The will not use default settings - from . + Determines whether this instance can convert the specified object type. + Type of the object. - A new instance. - The will not use default settings - from . + true if this instance can convert the specified object type; otherwise, false. - + - Creates a new instance using the specified . - The will not use default settings - from . + Converts an to and from its name string value. - 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 . + Initializes a new instance of the class. - - 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 . + Writes the JSON representation of the object. - The settings to be applied to the . - - A new instance using the specified . - The will use default settings - from as well as the specified . - + The to write to. + The value. + The calling serializer. - + - Populates the JSON values onto the target object. + Reads the JSON representation of the object. - The that contains the JSON structure to reader values from. - The target object to populate values onto. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Populates the JSON values onto the target object. + Determines whether this instance can convert the specified object type. - The that contains the JSON structure to reader values from. - The target object to populate values onto. + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + - + - Deserializes the JSON structure contained by the specified . + Gets or sets a value indicating whether the written enum text should be camel case. - The that contains the JSON structure to deserialize. - The being deserialized. + true if the written enum text will be camel case; otherwise, false. - + - Deserializes the JSON structure contained by the specified - into an instance of the specified type. + Gets or sets a value indicating whether integer values are allowed. - The containing the object. - The of object being deserialized. - The instance of being deserialized. + true if integers are allowed; otherwise, false. - + - Deserializes the JSON structure contained by the specified - into an instance of the specified type. + Converts a to and from a string (e.g. "1.2.3.4"). - 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. + Writes the JSON representation of the object. - The containing the object. - The of object being deserialized. - The instance of being deserialized. + The to write to. + The value. + The calling serializer. - + - Serializes the specified and writes the JSON structure - using the specified . + Reads the JSON representation of the object. - The used to write the JSON structure. - The to serialize. + 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. - + - Serializes the specified and writes the JSON structure - using the specified . + Determines whether this instance can convert the specified object type. - The used to write the JSON structure. - The to serialize. - - The type of the value being serialized. - This parameter is used when is to write out the type name if the type of the value does not match. - Specifying the type is optional. - + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + - + - Serializes the specified and writes the JSON structure - using the specified . + Converts XML to and from JSON. - 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. - Specifying the type is optional. - - + - Serializes the specified and writes the JSON structure - using the specified . + Writes the JSON representation of the object. - The used to write the JSON structure. - The to serialize. + The to write to. + The calling serializer. + The value. - + - Specifies the settings on a object. + Reads the JSON representation of the object. + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. - + - Gets or sets how reference loops (e.g. a class referencing itself) are handled. + Checks if the attributeName is a namespace attribute. - Reference loop handling. + 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. - + - Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + Determines whether this instance can convert the specified value type. - Missing member handling. + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + - + - Gets or sets how objects are created during deserialization. + 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 object creation handling. + The name of the deserialize root element. - + - Gets or sets how null values are handled during serialization and deserialization. + 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. - Null value handling. + true if the array attibute is written to the XML; otherwise, false. - + - Gets or sets how default values are handled during serialization and deserialization. + Gets or sets a value indicating whether to write the root JSON object. - The default value handling. + true if the JSON root object is omitted; otherwise, false. - + - Gets or sets a collection that will be used during serialization. + Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - The converters. - + - Gets or sets how object references are preserved by the serializer. + Floating point numbers are parsed to . - The preserve references handling. - + - Gets or sets how type name writing and reading is handled by the serializer. + Floating point numbers are parsed to . - - 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 . - - The type name handling. - + - Gets or sets how metadata properties are used during deserialization. + Specifies how dates are formatted when writing JSON text. - The metadata properties handling. - + - Gets or sets how a type name assembly is written and resolved by the serializer. + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". - The type name assembly format. - + - Gets or sets how a type name assembly is written and resolved by the serializer. + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". - The type name assembly format. - + - Gets or sets how constructors are used during deserialization. + Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. - The constructor handling. - + - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. + Date formatted strings are not parsed to a date type and are read as strings. - The contract resolver. - + - Gets or sets the equality comparer used by the serializer when comparing references. + Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - The equality comparer. - + - Gets or sets the used by the serializer when resolving references. + Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - The reference resolver. - + - Gets or sets a function that creates the used by the serializer when resolving references. + Specifies how to treat the time value when converting between string and . - A function that creates the used by the serializer when resolving references. - + - Gets or sets the used by the serializer when writing trace messages. + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. - The trace writer. - + - Gets or sets the used by the serializer when resolving type names. + Treat as a UTC. If the object represents a local time, it is converted to a UTC. - The binder. - + - Gets or sets the used by the serializer when resolving type names. + 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. - The binder. - + - Gets or sets the error handler called during serialization and deserialization. + Time zone information should be preserved when converting. - The error handler called during serialization and deserialization. - + - Gets or sets the used by the serializer when invoking serialization callback methods. + Specifies default value handling options for the . - The context. + + + + - + - Gets or sets how and values are formatted when writing JSON text, - and the expected date format when reading JSON text. + Include members where the member value is the same as the member's default value when serializing objects. + Included members are written to JSON. Has no effect when deserializing. - + - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + 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. - + - Indicates how JSON text output is formatted. + Members with a default value but no JSON will be set to their default value when deserializing. - + - Gets or sets how dates are written to JSON text. + 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. - + - Gets or sets how time zones are handled during serialization and deserialization. + Specifies float format handling options when writing special floating point numbers, e.g. , + and with . - + - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". - + - Gets or sets how special floating point numbers, e.g. , - and , - are written as JSON. + Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. + Note that this will produce non-valid JSON. - + - Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property. - + - Gets or sets how strings are escaped when writing JSON text. + Specifies formatting options for the . - + - Gets or sets the culture used when reading JSON. Defaults to . + No special formatting is applied. This is the default. - + - Gets a value indicating whether there will be a check for additional content after deserializing an object. + Causes child objects to be indented according to the and settings. - - true if there will be a check for additional content after deserializing an object; otherwise, false. - - + - Initializes a new instance of the class. + Provides an interface to enable a class to return line and position information. - + - Represents a reader that provides fast, non-cached, forward-only access to JSON text data. + Gets a value indicating whether the class can return line information. + + true if LineNumber and LinePosition can be provided; otherwise, false. + - + - Asynchronously reads the next JSON token from the source. + Gets the current line number. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns true if the next token was read successfully; false if there are no more tokens to read. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The current line number or 0 if no line information is available (for example, HasLineInfo returns false). - + - Asynchronously reads the next JSON token from the source as a of . + Gets the current line position. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The current line position or 0 if no line information is available (for example, HasLineInfo returns false). - + - Asynchronously reads the next JSON token from the source as a []. + Instructs the how to serialize the collection. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the []. This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - + - Asynchronously reads the next JSON token from the source as a of . + Instructs the how to serialize the object. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - + - Asynchronously reads the next JSON token from the source as a of . + Initializes a new instance of the class. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - + - Asynchronously reads the next JSON token from the source as a of . + Initializes a new instance of the class with the specified container Id. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The container Id. - + - Asynchronously reads the next JSON token from the source as a of . + Gets or sets the id. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The id. - + - Asynchronously reads the next JSON token from the source as a of . + Gets or sets the title. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The title. - + - Asynchronously reads the next JSON token from the source as a . + Gets or sets the description. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The description. - + - Initializes a new instance of the class with the specified . + Gets the collection's items converter. - The containing the JSON data to read. + The collection's items converter. - + - Gets or sets the reader's character buffer pool. + Gets or sets a value that indicates whether to preserve object references. + + true to keep object reference; otherwise, false. The default is false. + - + - Reads the next JSON token from the underlying . + Gets or sets a value that indicates whether to preserve collection's items references. - - true if the next token was read successfully; false if there are no more tokens to read. - + + true to keep collection's items object references; otherwise, false. The default is false. + - + - Reads the next JSON token from the underlying as a of . + Gets or sets the reference loop handling used when serializing the collection's items. - A of . This method will return null at the end of an array. + The reference loop handling. - + - Reads the next JSON token from the underlying as a of . + Gets or sets the type name handling used when serializing the collection's items. - A of . This method will return null at the end of an array. + The type name handling. - + - Reads the next JSON token from the underlying as a . + Initializes a new instance of the class. - A . This method will return null at the end of an array. - + - Reads the next JSON token from the underlying as a []. + Initializes a new instance of the class with a flag indicating whether the array can contain null items - A [] or null if the next JSON token is null. This method will return null at the end of an array. + A flag indicating whether the array can contain null items. - + - Reads the next JSON token from the underlying as a of . + Initializes a new instance of the class with the specified container Id. - A of . This method will return null at the end of an array. + The container Id. - + - Reads the next JSON token from the underlying as a of . + Gets or sets a value indicating whether null items are allowed in the collection. - A of . This method will return null at the end of an array. + true if null items are allowed in the collection; otherwise, false. - + - Reads the next JSON token from the underlying as a of . + Instructs the to use the specified constructor when deserializing that object. - A of . This method will return null at the end of an array. - + - Reads the next JSON token from the underlying as a of . + Provides methods for converting between common language runtime types and JSON types. - A of . This method will return null at the end of an array. + + + - + - Changes the reader's state to . - If is set to true, the underlying is also closed. + Represents JavaScript's boolean value true as a string. This field is read-only. - + - Gets a value indicating whether the class can return line information. + Represents JavaScript's boolean value false as a string. This field is read-only. - - true if and can be provided; otherwise, false. - - + - Gets the current line number. + Represents JavaScript's null as a string. This field is read-only. - - The current line number or 0 if no line information is available (for example, returns false). - - + - Gets the current line position. + Represents JavaScript's undefined as a string. This field is read-only. - - The current line position or 0 if no line information is available (for example, returns false). - - + - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + Represents JavaScript's positive infinity as a string. This field is read-only. - + - Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. + Represents JavaScript's negative infinity as a string. This field is read-only. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - + - Asynchronously writes the JSON value delimiter. + Represents JavaScript's NaN as a string. This field is read-only. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - + - Asynchronously writes the specified end token. + Converts the to its JSON string representation. - The end token to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously closes this writer. - If is set to true, the destination is also closed. + Converts the to its JSON string representation using the specified. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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 . - + - Asynchronously writes the end of the current JSON object or array. + Converts the to its JSON string representation. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes indent characters. + Converts the to its JSON string representation using the specified. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + The format the date will be converted to. + A JSON string representation of the . - + - Asynchronously writes an indent space. + Converts the to its JSON string representation. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes raw JSON without changing the writer's state. + Converts the to its JSON string representation. - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a null value. + Converts the to its JSON string representation. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes the property name of a name/value pair of a JSON object. + Converts the to its JSON string representation. - The name of the property. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes the property name of a name/value pair of a JSON object. + Converts the to its JSON string representation. - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes the beginning of a JSON array. + Converts the to its JSON string representation. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes the beginning of a JSON object. + Converts the to its JSON string representation. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes the start of a constructor with the given name. + Converts the to its JSON string representation. - The name of the constructor. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes an undefined value. + Converts the to its JSON string representation. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes the given white space. + Converts the to its JSON string representation. - The string of white space characters. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a of value. + Converts the to its JSON string representation. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a value. + Converts the to its JSON string representation. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a value. + Converts the to its JSON string representation. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a of value. + Converts the to its JSON string representation. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a [] value. + Converts the to its JSON string representation. - The [] value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a value. + Converts the to its JSON string representation. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a of value. + Converts the to its JSON string representation. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a value. + Converts the to its JSON string representation. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a of value. + Converts the to its JSON string representation. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + The string delimiter character. + A JSON string representation of the . - + - Asynchronously writes a value. + Converts the to its JSON string representation. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The value to convert. + A JSON string representation of the . - + - Asynchronously writes a of value. + Serializes the specified object to a JSON string. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The object to serialize. + A JSON string representation of the object. - + - Asynchronously writes a value. + Serializes the specified object to a JSON string using formatting. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The object to serialize. + Indicates how the output is formatted. + + A JSON string representation of the object. + - + - Asynchronously writes a of value. + Serializes the specified object to a JSON string using a collection of . - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The object to serialize. + A collection converters used while serializing. + A JSON string representation of the object. - + - Asynchronously writes a value. + Serializes the specified object to a JSON string using formatting and a collection of . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The object to serialize. + Indicates how the output is formatted. + A collection converters used while serializing. + A JSON string representation of the object. - + - Asynchronously writes a of value. + Serializes the specified object to a JSON string using . - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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. + - + - Asynchronously writes a value. + Serializes the specified object to a JSON string using a type, formatting and . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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. + - + - Asynchronously writes a of value. + Serializes the specified object to a JSON string using formatting and . - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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. + - + - Asynchronously writes a value. + Serializes the specified object to a JSON string using a type, formatting and . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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 writes a of value. + Asynchronously serializes the specified object to a JSON string. + Serialization will happen on a new thread. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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 writes a value. + Asynchronously serializes the specified object to a JSON string using formatting. + Serialization will happen on a new thread. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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 writes a of value. + Asynchronously serializes the specified object to a JSON string using formatting and a collection of . + Serialization will happen on a new thread. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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. + - + - Asynchronously writes a value. + Deserializes the JSON to a .NET object. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The JSON to deserialize. + The deserialized object from the JSON string. - + - Asynchronously writes a of value. + Deserializes the JSON to a .NET object using . - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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. - + - Asynchronously writes a value. + Deserializes the JSON to the specified .NET type. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The JSON to deserialize. + The of object being deserialized. + The deserialized object from the JSON string. - + - Asynchronously writes a value. + Deserializes the JSON to the specified .NET type. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The type of the object to deserialize to. + The JSON to deserialize. + The deserialized object from the JSON string. - + - Asynchronously writes a of value. + Deserializes the JSON to the given anonymous type. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + + 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. - + - Asynchronously writes a value. + Deserializes the JSON to the given anonymous type using . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + + 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. - + - Asynchronously writes a of value. + Deserializes the JSON to the specified .NET type using a collection of . - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The type of the object to deserialize to. + The JSON to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. - + - Asynchronously writes a value. + Deserializes the JSON to the specified .NET type using . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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. - + - Asynchronously writes a value. + Deserializes the JSON to the specified .NET type using a collection of . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The JSON to deserialize. + The type of the object to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. - + - Asynchronously writes a of value. + Deserializes the JSON to the specified .NET type using . - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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 writes a value. + Asynchronously deserializes the JSON to the specified .NET type. + Deserialization will happen on a new thread. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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 writes a of value. + Asynchronously deserializes the JSON to the specified .NET type using . + Deserialization will happen on a new thread. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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 writes a value. + Asynchronously deserializes the JSON to the specified .NET type. + Deserialization will happen on a new thread. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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 writes a of value. + Asynchronously deserializes the JSON to the specified .NET type using . + Deserialization will happen on a new thread. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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. + - + - Asynchronously writes a value. + Populates the object with values from the JSON string. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The JSON to populate values from. + The target object to populate values onto. - + - Asynchronously writes a value. + Populates the object with values from the JSON string using . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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 writes a of value. + Asynchronously populates the object with values from the JSON string using . - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + 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. + - + - Asynchronously writes a comment /*...*/ containing the specified text. + Serializes the XML node to a JSON string. - Text to place inside the comment. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The node to serialize. + A JSON string of the XmlNode. - + - Asynchronously writes the end of an array. + Serializes the XML node to a JSON string using formatting. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The node to serialize. + Indicates how the output is formatted. + A JSON string of the XmlNode. - + - Asynchronously writes the end of a constructor. + Serializes the XML node to a JSON string using formatting and omits the root object if is true. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The node to serialize. + Indicates how the output is formatted. + Omits writing the root object. + A JSON string of the XmlNode. - + - Asynchronously writes the end of a JSON object. + Deserializes the XmlNode from a JSON string. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The JSON string. + The deserialized XmlNode - + - Asynchronously writes raw JSON where a value is expected and updates the writer's state. + Deserializes the XmlNode from a JSON string nested in a root elment specified by . - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. + The JSON string. + The name of the root element to append when deserializing. + The deserialized XmlNode - + - Gets or sets the writer's character array pool. + 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 - + - Gets or sets how many s to write for each level in the hierarchy when is set to . + Serializes the to a JSON string. + The node to convert to JSON. + A JSON string of the XNode. - + - Gets or sets which character to use to quote attribute values. + 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. - + - Gets or sets which character to use for indenting when is set to . + 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. - + - Gets or sets a value indicating whether object names will be surrounded with quotes. + Deserializes the from a JSON string. + The JSON string. + The deserialized XNode - + - Initializes a new instance of the class using the specified . + Deserializes the from a JSON string nested in a root elment specified by . - The to write to. + The JSON string. + The name of the root element to append when deserializing. + The deserialized XNode - + - Flushes whatever is in the buffer to the underlying and also flushes the underlying . + 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 - + - Closes this writer. - If is set to true, the underlying is also closed. - If is set to true, the JSON is auto-completed. + 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 + . - + - Writes the beginning of a JSON object. + Instructs the to use the specified when serializing the member or class. - + - Writes the beginning of a JSON array. + Initializes a new instance of the class. + Type of the converter. - + - Writes the start of a constructor with the given name. + Gets the type of the converter. - The name of the constructor. + The type of the converter. - + - Writes the specified end token. + Represents a collection of . - The end token to write. - + - Writes the property name of a name/value pair on a JSON object. + Instructs the how to serialize the collection. - The name of the property. - + - Writes the property name of a name/value pair on a JSON object. + Initializes a new instance of the class. - 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. + Initializes a new instance of the class with the specified container Id. + The container Id. - + - Writes the JSON value delimiter. + The exception thrown when an error occurs during Json serialization or deserialization. - + - Writes an indent space. + Initializes a new instance of the class. - + - Writes a value. - An error will raised if the value cannot be written as a single JSON token. + Initializes a new instance of the class + with a specified error message. - The value to write. + The error message that explains the reason for the exception. - + - Writes a null value. + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - + - Writes an undefined value. + 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). - + - Writes raw JSON. + Instructs the to deserialize properties with no matching class member into the specified collection + and write values during serialization. - The raw JSON to write. - + - Writes a value. + Initializes a new instance of the class. - The value to write. - + - Writes a value. + Gets or sets a value that indicates whether to write extension data when serializing the object. - The value to write. + + true to write extension data when serializing the object; otherwise, false. The default is true. + - + - Writes a value. + Gets or sets a value that indicates whether to read extension data when deserializing the object. - The value to write. + + true to read extension data when deserializing the object; otherwise, false. The default is true. + - + - Writes a value. + Instructs the not to serialize the public field or public read/write property value. - The value to write. - + - Writes a value. + Instructs the how to serialize the object. - The value to write. - + - Writes a value. + Initializes a new instance of the class. - The value to write. - + - Writes a of value. + Initializes a new instance of the class with the specified member serialization. - The of value to write. + The member serialization. - + - Writes a value. + Initializes a new instance of the class with the specified container Id. - The value to write. + The container Id. - + - Writes a of value. + Gets or sets the member serialization. - The of value to write. + The member serialization. - + - Writes a value. + Gets or sets a value that indicates whether the object's properties are required. - The value to write. + + A value indicating whether the object's properties are required. + - + - Writes a value. + Instructs the to always serialize the member with the specified name. - The value to write. - + - Writes a value. + Initializes a new instance of the class. - The value to write. - + - Writes a value. + Initializes a new instance of the class with the specified name. - The value to write. + Name of the property. - + - Writes a value. + Gets or sets the converter used when serializing the property's collection items. - The value to write. + The collection's items converter. - + - Writes a value. + Gets or sets the null value handling used when serializing this property. - The value to write. + The null value handling. - + - Writes a value. + Gets or sets the default value handling used when serializing this property. - The value to write. + The default value handling. - + - Writes a value. + Gets or sets the reference loop handling used when serializing this property. - The value to write. + The reference loop handling. - + - Writes a [] value. + Gets or sets the object creation handling used when deserializing this property. - The [] value to write. + The object creation handling. - + - Writes a value. + Gets or sets the type name handling used when serializing this property. - The value to write. + The type name handling. - + - Writes a value. + Gets or sets whether this property's value is serialized as a reference. - The value to write. + Whether this property's value is serialized as a reference. - + - Writes a value. + Gets or sets the order of serialization and deserialization of a member. - The value to write. + The numeric order of serialization or deserialization. - + - Writes a value. + Gets or sets a value indicating whether this property is required. - The value to write. + + A value indicating whether this property is required. + - + - Writes a comment /*...*/ containing the specified text. + Gets or sets the name of the property. - Text to place inside the comment. + The name of the property. - + - Writes the given white space. + Gets or sets the the reference loop handling used when serializing the property's collection items. - The string of white space characters. + The collection's items reference loop handling. - + - Specifies the type of JSON token. + Gets or sets the the type name handling used when serializing the property's collection items. + The collection's items type name handling. - + - This is returned by the if a read method has not been called. + 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. - + - An object start token. + The exception thrown when an error occurs while reading Json text. - + - An array start token. + Initializes a new instance of the class. - + - A constructor start token. + Initializes a new instance of the class + with a specified error message. + The error message that explains the reason for the exception. - + - An object property name. + 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. - + - A comment. + 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). - + - Raw JSON. + Gets the line number indicating where the error occurred. + The line number indicating where the error occurred. - + - An integer. + Gets the line position indicating where the error occurred. + The line position indicating where the error occurred. - + - A float. + Gets the path to the JSON where the error occurred. + The path to the JSON where the error occurred. - + - A string. + The exception thrown when an error occurs during Json serialization or deserialization. - + - A boolean. + Initializes a new instance of the class. - + - A null token. + Initializes a new instance of the class + with a specified error message. + The error message that explains the reason for the exception. - + - An undefined token. + 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. - + - An object end token. + 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). - + - An array end token. + Serializes and deserializes objects into and from the JSON format. + The enables you to control how objects are encoded into JSON. - + - A constructor end token. + Initializes a new instance of the class. - + - A Date. + Creates a new instance. + The will not use default settings. + + A new instance. + The will not use default settings. + - + - Byte data. + Creates a new instance using the specified . + The will not use default settings. + The settings to be applied to the . + + A new instance using the specified . + The will not use default settings. + - + - - 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. - + Creates a new instance. + The will use default settings. + + A new instance. + The will use default settings. + - + - Sets an event handler for receiving schema validation errors. + Creates a new instance using the specified . + The will use default settings. + The settings to be applied to the . + + A new instance using the specified . + The will use default settings. + - + - Gets the text value of the current JSON token. + 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. - + - Gets the depth of the current token in the JSON document. + Populates the JSON values onto the target object. - The depth of the current token in the JSON document. + The that contains the JSON structure to reader values from. + The target object to populate values onto. - + - Gets the path of the current JSON token. + Deserializes the Json structure contained by the specified . + The that contains the JSON structure to deserialize. + The being deserialized. - + - Gets the quotation mark character used to enclose the value of a string. + 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. - + - Gets the type of the current JSON token. + 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. - + - Gets the .NET type for the current JSON token. + 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. - + - Initializes a new instance of the class that - validates the content returned from the given . + Serializes the specified and writes the Json structure + to a Stream using the specified . - The to read from while validating. + The used to write the Json structure. + The to serialize. - + - Gets or sets the schema. + Serializes the specified and writes the Json structure + to a Stream using the specified . - The schema. + 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. + - + - Gets the used to construct this . + Serializes the specified and writes the Json structure + to a Stream using the specified . - The specified in the constructor. + 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. + - + - Changes the reader's state to . - If is set to true, the underlying is also closed. + Serializes the specified and writes the Json structure + to a Stream using the specified . + The used to write the Json structure. + The to serialize. - + - Reads the next JSON token from the underlying as a of . + Occurs when the errors during serialization and deserialization. - A of . - + - Reads the next JSON token from the underlying as a []. + Gets or sets the used by the serializer when resolving references. - - A [] or null if the next JSON token is null. - - + - Reads the next JSON token from the underlying as a of . + Gets or sets the used by the serializer when resolving type names. - A of . - + - Reads the next JSON token from the underlying as a of . + Gets or sets the used by the serializer when writing trace messages. - A of . + The trace writer. - + - Reads the next JSON token from the underlying as a of . + Gets or sets how type name writing and reading is handled by the serializer. - A of . - + - Reads the next JSON token from the underlying as a . + Gets or sets how a type name assembly is written and resolved by the serializer. - A . This method will return null at the end of an array. + The type name assembly format. - + - Reads the next JSON token from the underlying as a of . + Gets or sets how object references are preserved by the serializer. - A of . This method will return null at the end of an array. - + - Reads the next JSON token from the underlying as a of . + Get or set how reference loops (e.g. a class referencing itself) is handled. - A of . - + - Reads the next JSON token from the underlying . + Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - - 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. + Get or set how null values are handled during serialization and deserialization. - + - Asynchronously closes this writer. - If is set to true, the destination is also closed. + Get or set how null default are handled during serialization and deserialization. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. + Gets or sets how objects are created during deserialization. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The object creation handling. - + - Asynchronously writes the specified end token. + Gets or sets how constructors are used during deserialization. - The end token to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The constructor handling. - + - Asynchronously writes indent characters. + Gets or sets how metadata properties are used during deserialization. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The metadata properties handling. - + - Asynchronously writes the JSON value delimiter. + Gets a collection that will be used during serialization. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + Collection that will be used during serialization. - + - Asynchronously writes an indent space. + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes raw JSON without changing the writer's state. + Gets or sets the used by the serializer when invoking serialization callback methods. - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The context. - + - Asynchronously writes the end of the current JSON object or array. + Indicates how JSON text output is formatted. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the end of an array. + Get or set how dates are written to JSON text. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the end of a constructor. + Get or set how time zones are handling during serialization and deserialization. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the end of a JSON object. + Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a null value. + Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the property name of a name/value pair of a JSON object. + Get or set how special floating point numbers, e.g. , + and , + are written as JSON text. - The name of the property. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the property name of a name/value pair of a JSON object. + Get or set how strings are escaped when writing JSON text. - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the beginning of a JSON array. + Get or set how and values are formatting when writing JSON text. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a comment /*...*/ containing the specified text. + Gets or sets the culture used when reading JSON. Defaults to . - Text to place inside the comment. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes raw JSON where a value is expected and updates the writer's state. + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the start of a constructor with the given name. + Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. - The name of the constructor. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + + true if there will be a check for additional JSON content after deserializing an object; otherwise, false. + - + - Asynchronously writes the beginning of a JSON object. + Specifies the settings on a object. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the current token. + Initializes a new instance of the class. - The to read the token from. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the current token. + Gets or sets how reference loops (e.g. a class referencing itself) is handled. - The to read the token from. - A flag indicating whether the current token's children should be written. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + Reference loop handling. - + - Asynchronously writes the token and its value. + Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - The to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + Missing member handling. - + - Asynchronously writes the token and its value. + Gets or sets how objects are created during deserialization. - 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 . - null can be passed to the method for tokens that don't have a value, e.g. . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The object creation handling. - + - Asynchronously writes a of value. + Gets or sets how null values are handled during serialization and deserialization. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + Null value handling. - + - Asynchronously writes a value. + Gets or sets how null default are handled during serialization and deserialization. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The default value handling. - + - Asynchronously writes a value. + Gets or sets a collection that will be used during serialization. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The converters. - + - Asynchronously writes a of value. + Gets or sets how object references are preserved by the serializer. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The preserve references handling. - + - Asynchronously writes a [] value. + Gets or sets how type name writing and reading is handled by the serializer. - The [] value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The type name handling. - + - Asynchronously writes a value. + Gets or sets how metadata properties are used during deserialization. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The metadata properties handling. - + - Asynchronously writes a of value. + Gets or sets how a type name assembly is written and resolved by the serializer. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The type name assembly format. - + - Asynchronously writes a value. + Gets or sets how constructors are used during deserialization. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The constructor handling. - + - Asynchronously writes a of value. + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The contract resolver. - + - Asynchronously writes a value. + Gets or sets the used by the serializer when resolving references. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The reference resolver. - + - Asynchronously writes a of value. + Gets or sets the used by the serializer when writing trace messages. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The trace writer. - + - Asynchronously writes a value. + Gets or sets the used by the serializer when resolving type names. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The binder. - + - Asynchronously writes a of value. + Gets or sets the error handler called during serialization and deserialization. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The error handler called during serialization and deserialization. - + - Asynchronously writes a value. + Gets or sets the used by the serializer when invoking serialization callback methods. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The context. - + - Asynchronously writes a of value. + Get or set how and values are formatting when writing JSON text. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a value. + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a of value. + Indicates how JSON text output is formatted. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a value. + Get or set how dates are written to JSON text. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a of value. + Get or set how time zones are handling during serialization and deserialization. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a value. + Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a of value. + Get or set how special floating point numbers, e.g. , + and , + are written as JSON. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a value. + Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a of value. + Get or set how strings are escaped when writing JSON text. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a value. + Gets or sets the culture used when reading JSON. Defaults to . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a value. + Gets a value indicating whether there will be a check for additional content after deserializing an object. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + + true if there will be a check for additional content after deserializing an object; otherwise, false. + - + - Asynchronously writes a of value. + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a value. + Initializes a new instance of the class with the specified . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The TextReader containing the XML data to read. - + - Asynchronously writes a of value. + Reads the next JSON token from the stream. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + + true if the next token was read successfully; false if there are no more tokens to read. + - + - Asynchronously writes a value. + Reads the next JSON token from the stream as a . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + - + - Asynchronously writes a value. + Reads the next JSON token from the stream as a . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + A . This method will return null at the end of an array. - + - Asynchronously writes a of value. + Reads the next JSON token from the stream as a . - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + A . This method will return null at the end of an array. - + - Asynchronously writes a value. + Reads the next JSON token from the stream as a . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + A . This method will return null at the end of an array. - + - Asynchronously writes a of value. + Reads the next JSON token from the stream as a . - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + A . This method will return null at the end of an array. - + - Asynchronously writes a value. + Reads the next JSON token from the stream as a . - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + A . This method will return null at the end of an array. - + - Asynchronously writes a of value. + Changes the state to closed. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes a value. + Gets a value indicating whether the class can return line information. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + + true if LineNumber and LinePosition can be provided; otherwise, false. + - + - Asynchronously writes a value. + Gets the current line number. - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + + The current line number or 0 if no line information is available (for example, HasLineInfo returns false). + - + - Asynchronously writes a of value. + Gets the current line position. - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + + The current line position or 0 if no line information is available (for example, HasLineInfo returns false). + - + - Asynchronously writes an undefined value. + Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Asynchronously writes the given white space. + Creates an instance of the JsonWriter class using the specified . - The string of white space characters. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + The TextWriter to write to. - + - Asynchronously ets the state of the . + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - The being written. - The value being written. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. - + - Gets or sets a value indicating whether the destination should be closed when this writer is closed. + Closes this stream and the underlying stream. - - true to close the destination when this writer is closed; otherwise false. The default is true. - - + - Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed. + Writes the beginning of a Json object. - - true to auto-complete the JSON when this writer is closed; otherwise false. The default is true. - - + - Gets the top. + Writes the beginning of a Json array. - The top. - + - Gets the state of the writer. + Writes the start of a constructor with the given name. + The name of the constructor. - + - Gets the path of the writer. + Writes the specified end token. + The end token to write. - + - Gets or sets a value indicating how JSON text output should be formatted. + Writes the property name of a name/value pair on a Json object. + The name of the property. - + - Gets or sets how dates are written to JSON text. + 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. - + - Gets or sets how time zones are handled when writing JSON text. + Writes indent characters. - + - Gets or sets how strings are escaped when writing JSON text. + Writes the JSON value delimiter. - + - Gets or sets how special floating point numbers, e.g. , - and , - are written to JSON text. + Writes an indent space. - + - Gets or sets how and values are formatted when writing JSON text. + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + The value to write. - + - Gets or sets the culture used when writing JSON. Defaults to . + Writes a null value. - + - Initializes a new instance of the class. + Writes an undefined value. - + - Flushes whatever is in the buffer to the destination and also flushes the destination. + Writes raw JSON. + The raw JSON to write. - + - Closes this writer. - If is set to true, the destination is also closed. - If is set to true, the JSON is auto-completed. + Writes a value. + The value to write. - + - Writes the beginning of a JSON object. + Writes a value. + The value to write. - + - Writes the end of a JSON object. + Writes a value. + The value to write. - + - Writes the beginning of a JSON array. + Writes a value. + The value to write. - + - Writes the end of an array. + Writes a value. + The value to write. - + - Writes the start of a constructor with the given name. + Writes a value. - The name of the constructor. + The value to write. - + - Writes the end constructor. + Writes a value. + The value to write. - + - Writes the property name of a name/value pair of a JSON object. + Writes a value. - The name of the property. + The value to write. - + - Writes the property name of a name/value pair of a JSON object. + Writes a value. - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. + The value to write. - + - Writes the end of the current JSON object or array. + Writes a value. + The value to write. - + - Writes the current token and its children. + Writes a value. - The to read the token from. + The value to write. - + - Writes the current token. + Writes a value. - The to read the token from. - A flag indicating whether the current token's children should be written. + The value to write. - + - Writes the token and its value. + Writes a 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 . - null can be passed to the method for tokens that don't have a value, e.g. . - + The value to write. - + - Writes the token. + Writes a value. - The to write. + The value to write. - + - Writes the specified end token. + Writes a value. - The end token to write. + The value to write. - + - Writes indent characters. + Writes a value. + The value to write. - + - Writes the JSON value delimiter. + Writes a value. + The value to write. - + - Writes an indent space. + Writes a value. + The value to write. - + - Writes a null value. + Writes a value. + The value to write. - + - Writes an undefined value. + Writes a value. + The value to write. - + - Writes raw JSON without changing the writer's state. + Writes a value. - The raw JSON to write. + The value to write. - + - Writes raw JSON where a value is expected and updates the writer's state. + Writes a value. - The raw JSON to write. + The value to write. - + - Writes a value. + Writes out a comment /*...*/ containing the specified text. - The value to write. + Text to place inside the comment. - + - Writes a value. + Writes out the given white space. - The value to write. + The string of white space characters. - + - Writes a value. + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. - The value to write. - + - Writes a value. + Gets or sets which character to use to quote attribute values. - The value to write. - + - Writes a value. + Gets or sets which character to use for indenting when is set to Formatting.Indented. - The value to write. - + - Writes a value. + Gets or sets a value indicating whether object names will be surrounded with quotes. - The value to write. - + - Writes a value. + Specifies the type of Json token. - The value to write. - + - Writes a value. + This is returned by the if a method has not been called. - The value to write. - + - Writes a value. + An object start token. - The value to write. - + - Writes a value. + An array start token. - The value to write. - + - Writes a value. + A constructor start token. - The value to write. - + - Writes a value. + An object property name. - The value to write. - + - Writes a value. + A comment. - The value to write. - + - Writes a value. + Raw JSON. - The value to write. - + - Writes a value. + An integer. - The value to write. - + - Writes a value. + A float. - The value to write. - + - Writes a value. + A string. - The value to write. - + - Writes a value. + A boolean. - The value to write. - + - Writes a of value. + A null token. - The of value to write. - + - Writes a of value. + An undefined token. - The of value to write. - + - Writes a of value. + An object end token. - The of value to write. - + - Writes a of value. + An array end token. - The of value to write. - + - Writes a of value. + A constructor end token. - The of value to write. - + - Writes a of value. + A Date. - The of value to write. - + - Writes a of value. + Byte data. - The of value to write. - + - Writes a of value. + Represents a reader that provides validation. - The of value to write. - + - Writes a of value. + Initializes a new instance of the class that + validates the content returned from the given . - The of value to write. + The to read from while validating. - + - Writes a of value. + Reads the next JSON token from the stream as a . - The of value to write. + A . - + - Writes a of value. + Reads the next JSON token from the stream as a . - The of value to write. + + A or a null reference if the next JSON token is null. + - + - Writes a of value. + Reads the next JSON token from the stream as a . - The of value to write. + A . - + - Writes a of value. + Reads the next JSON token from the stream as a . - The of value to write. + A . This method will return null at the end of an array. - + - Writes a of value. + Reads the next JSON token from the stream as a . - The of value to write. + A . This method will return null at the end of an array. - + - Writes a of value. + Reads the next JSON token from the stream as a . - The of value to write. + A . - + - Writes a of value. + Reads the next JSON token from the stream. - The of value to write. + + true if the next token was read successfully; false if there are no more tokens to read. + - + - Writes a of value. + Sets an event handler for receiving schema validation errors. - The of value to write. - + - Writes a [] value. + Gets the text value of the current JSON token. - The [] value to write. + - + - Writes a value. + Gets the depth of the current token in the JSON document. - The value to write. + The depth of the current token in the JSON document. - + - Writes a value. - An error will raised if the value cannot be written as a single JSON token. + Gets the path of the current JSON token. - The value to write. - + - Writes a comment /*...*/ containing the specified text. + Gets the quotation mark character used to enclose the value of a string. - Text to place inside the comment. + - + - Writes the given white space. + Gets the type of the current JSON token. - The string of white space characters. + - + - Releases unmanaged and - optionally - managed resources. + Gets the Common Language Runtime (CLR) type for the current JSON token. - true to release both managed and unmanaged resources; false to release only unmanaged resources. + - + - Sets the state of the . + Gets or sets the schema. - The being written. - The value being written. + The schema. - + - The exception thrown when an error occurs while writing JSON text. + Gets the used to construct this . + The specified in the constructor. - + - Gets the path to the JSON where the error occurred. + The exception thrown when an error occurs while reading Json text. - The path to the JSON where the error occurred. @@ -5495,7 +3947,7 @@ 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 null if no inner exception is specified. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. @@ -5503,47 +3955,14 @@ 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). - - - - Initializes a new instance of the class - with a specified error message, JSON path 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 path to the JSON where the error occurred. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - 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. - + The parameter is null. + The class name is null or is zero (0). - - - Ignore line information. - - - + - Load line information. + Gets the path to the JSON where the error occurred. + The path to the JSON where the error occurred. @@ -5556,15 +3975,7 @@ 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. + An of that contains the ancestors of every node in the source collection. @@ -5572,15 +3983,7 @@ 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. + An of that contains the descendants of every node in the source collection. @@ -5595,14 +3998,14 @@ 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. + An of that contains the values of every node in the source collection with the given key. Returns a collection of child values of every object in the source collection. An of that contains the source collection. - An of that contains the values of every token in the source collection. + An of that contains the values of every node in the source collection. @@ -5611,7 +4014,7 @@ 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. + An that contains the converted values of every node in the source collection with the given key. @@ -5619,7 +4022,7 @@ 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. + An that contains the converted values of every node in the source collection. @@ -5644,7 +4047,7 @@ The source collection type. An of that contains the source collection. - An of that contains the values of every token in the source collection. + An of that contains the values of every node in the source collection. @@ -5653,7 +4056,7 @@ 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. + An that contains the converted values of every node in the source collection. @@ -5674,11 +4077,11 @@ Represents a collection of objects. - The type of token. + The type of token - Gets the of with the specified key. + Gets the with the specified key. @@ -5690,1972 +4093,1924 @@ - + + + Represents a token that can contain other tokens. + + + + + Represents an abstract JSON token. + + + + + Compares the values of two tokens, including the values of all descendant tokens. + + The first to compare. + The second to compare. + true if the tokens are equal; otherwise false. + + + + Adds the specified content immediately after this token. + + A content object that contains simple content or a collection of content objects to be added after this token. + + + + Adds the specified content immediately before this token. + + A content object that contains simple content or a collection of content objects to be added before this token. + + + + Returns a collection of the ancestor tokens of this token. + + A collection of the ancestor tokens of this token. + + + + Returns a collection of the sibling tokens after this token, in document order. + + A collection of the sibling tokens after this tokens, in document order. + + + + Returns a collection of the sibling tokens before this token, in document order. + + A collection of the sibling tokens before this token, in document order. + + - Writes this token to a asynchronously. + Gets the with the specified key converted to the specified type. - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. + The type to convert the token to. + The token key. + The converted token value. - + - Asynchronously loads a from a . + Returns a collection of the child tokens of this token, in document order. - A that will be read for the content of the . - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous load. The property contains the JSON that was read from the specified . + An of containing the child tokens of this , in document order. - + - Asynchronously loads a from a . + Returns a collection of the child tokens of this token, in document order, filtered by the specified type. - 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. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous load. The property contains the JSON that was read from the specified . + The type to filter the child tokens on. + A containing the child tokens of this , in document order. - + - Gets the container's children tokens. + Returns a collection of the child values of this token, in document order. - The container's children tokens. + The type to convert the values to. + A containing the child values of this , in document order. - + - Gets the node type for this . + Removes this token from its parent. - The type. - + - Initializes a new instance of the class. + Replaces this token with the specified token. + The value. - + - Initializes a new instance of the class from another object. + Writes this token to a . - A object to copy from. + A into which this method will write. + A collection of which will be used when writing the token. - + - Initializes a new instance of the class with the specified content. + Returns the indented JSON for this token. - The contents of the array. + + The indented JSON for this token. + - + - Initializes a new instance of the class with the specified content. + Returns the JSON for this token using the given formatting and converters. - The contents of the array. + 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. - + - Loads an from a . + Performs an explicit conversion from to . - A that will be read for the content of the . - A that contains the JSON that was read from the specified . + The value. + The result of the conversion. - + - Loads an from a . + Performs an explicit conversion from to . - 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 . + The value. + The result of the conversion. - + - Load a from a string that contains JSON. + Performs an explicit conversion from to . - A that contains JSON. - A populated from the string that contains JSON. - - - + The value. + The result of the conversion. - + - Load a from a string that contains JSON. + Performs an explicit conversion from to . - 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. - - - + The value. + The result of the conversion. - + - Creates a from an object. + Performs an explicit conversion from to . - The object that will be used to create . - A with the values of the specified object. + The value. + The result of the conversion. - + - Creates a from an object. + Performs an explicit conversion from to . - The object that will be used to create . - The that will be used to read the object. - A with the values of the specified object. + The value. + The result of the conversion. - + - Writes this token to a . + Performs an explicit conversion from to . - A into which this method will write. - A collection of which will be used when writing the token. + The value. + The result of the conversion. - + - Gets the with the specified key. + Performs an explicit conversion from to . - The with the specified key. + The value. + The result of the conversion. - + - Gets or sets the at the specified index. + Performs an explicit conversion from to . - + The value. + The result of the conversion. - + - Determines the index of a specific item in the . + Performs an explicit conversion from to . - The object to locate in the . - - The index of if found in the list; otherwise, -1. - + The value. + The result of the conversion. - + - Inserts an item to the at the specified index. + Performs an explicit conversion from to . - The zero-based index at which should be inserted. - The object to insert into the . - - is not a valid index in the . - + The value. + The result of the conversion. - + - Removes the item at the specified index. + Performs an explicit conversion from to . - The zero-based index of the item to remove. - - is not a valid index in the . - + The value. + The result of the conversion. - + - Returns an enumerator that iterates through the collection. + Performs an explicit conversion from to . - - A of that can be used to iterate through the collection. - + The value. + The result of the conversion. - + - Adds an item to the . + Performs an explicit conversion from to . - The object to add to the . + The value. + The result of the conversion. - + - Removes all items from the . + Performs an explicit conversion from to . + The value. + The result of the conversion. - + - Determines whether the contains a specific value. + Performs an explicit conversion from to . - The object to locate in the . - - true if is found in the ; otherwise, false. - + The value. + The result of the conversion. - + - Copies the elements of the to an array, starting at a particular array index. + Performs an explicit conversion from to . - The array. - Index of the array. + The value. + The result of the conversion. - + - Gets a value indicating whether the is read-only. + Performs an explicit conversion from to . - true if the is read-only; otherwise, false. + The value. + The result of the conversion. - + - Removes the first occurrence of a specific object from the . + Performs an explicit conversion from to . - 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 value. + The result of the conversion. - + - Represents a JSON constructor. + Performs an explicit conversion from to . + The value. + The result of the conversion. - + - Writes this token to a asynchronously. + Performs an explicit conversion from to . - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. + The value. + The result of the conversion. - + - Asynchronously loads a from a . + Performs an explicit conversion from to . - A that will be read for the content of the . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . + The value. + The result of the conversion. - + - Asynchronously loads a from a . + Performs an explicit conversion from to . - 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. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . + The value. + The result of the conversion. - + - Gets the container's children tokens. + Performs an explicit conversion from to . - The container's children tokens. + The value. + The result of the conversion. - + - Gets or sets the name of this constructor. + Performs an explicit conversion from to . - The constructor name. + The value. + The result of the conversion. - + - Gets the node type for this . + Performs an explicit conversion from to . - The type. + The value. + The result of the conversion. - + - Initializes a new instance of the class. + Performs an explicit conversion from to . + The value. + The result of the conversion. - + - Initializes a new instance of the class from another object. + Performs an explicit conversion from to . - A object to copy from. + The value. + The result of the conversion. - + - Initializes a new instance of the class with the specified name and content. + Performs an explicit conversion from to . - The constructor name. - The contents of the constructor. + The value. + The result of the conversion. - + - Initializes a new instance of the class with the specified name and content. + Performs an explicit conversion from to . - The constructor name. - The contents of the constructor. + The value. + The result of the conversion. - + - Initializes a new instance of the class with the specified name. + Performs an explicit conversion from to . - The constructor name. + The value. + The result of the conversion. - + - Writes this token to a . + Performs an explicit conversion from to . - A into which this method will write. - A collection of which will be used when writing the token. + The value. + The result of the conversion. - + - Gets the with the specified key. + Performs an explicit conversion from to . - The with the specified key. + The value. + The result of the conversion. - + - Loads a from a . + Performs an explicit conversion from to . - A that will be read for the content of the . - A that contains the JSON that was read from the specified . + The value. + The result of the conversion. - + - Loads a from a . + Performs an explicit conversion from to . - 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 . + The value. + The result of the conversion. - + - Represents a token that can contain other tokens. + Performs an explicit conversion from to . + The value. + The result of the conversion. - + - Occurs when the list changes or an item in the list changes. + Performs an explicit conversion from to . + The value. + The result of the conversion. - + - Occurs before an item is added to the collection. + Performs an implicit conversion from to . + The value to create a from. + The initialized with the specified value. - + - Occurs when the items list of the collection has changed, or the collection is reset. + Performs an implicit conversion from to . + The value to create a from. + The initialized with the specified value. - + - Gets the container's children tokens. + Performs an implicit conversion from to . - The container's children tokens. + The value to create a from. + The initialized with the specified value. - + - Raises the event. + Performs an implicit conversion from to . - The instance containing the event data. + The value to create a from. + The initialized with the specified value. - + - Raises the event. + Performs an implicit conversion from to . - The instance containing the event data. + The value to create a from. + The initialized with the specified value. - + - Raises the event. + Performs an implicit conversion from to . - The instance containing the event data. + The value to create a from. + The initialized with the specified value. - + - Gets a value indicating whether this token has child tokens. + Performs an implicit conversion from to . - - true if this token has child values; otherwise, false. - + The value to create a from. + The initialized with the specified value. - + - Get the first child token of this token. + Performs an implicit conversion from to . - - A containing the first child token of the . - + The value to create a from. + The initialized with the specified value. - + - Get the last child token of this token. + Performs an implicit conversion from to . - - A containing the last child token of the . - + The value to create a from. + The initialized with the specified value. - + - Returns a collection of the child tokens of this token, in document order. + Performs an implicit conversion from to . - - An of containing the child tokens of this , in document order. - + The value to create a from. + The initialized with the specified value. - + - Returns a collection of the child values of this token, in document order. + Performs an implicit conversion from to . - The type to convert the values to. - - A containing the child values of this , in document order. - + The value to create a from. + The initialized with the specified value. - + - Returns a collection of the descendant tokens for this token in document order. + Performs an implicit conversion from to . - An of containing the descendant tokens of the . + The value to create a from. + The initialized with the specified value. - + - Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order. + Performs an implicit conversion from to . - An of containing this token, and all the descendant tokens of the . + The value to create a from. + The initialized with the specified value. - + - Adds the specified content as children of this . + Performs an implicit conversion from to . - The content to be added. + The value to create a from. + The initialized with the specified value. - + - Adds the specified content as the first children of this . + Performs an implicit conversion from to . - The content to be added. + The value to create a from. + The initialized with the specified value. - + - Creates a that can be used to add tokens to the . + Performs an implicit conversion from to . - A that is ready to have content written to it. + The value to create a from. + The initialized with the specified value. - + - Replaces the child nodes of this token with the specified content. + Performs an implicit conversion from to . - The content. + The value to create a from. + The initialized with the specified value. - + - Removes the child nodes from this token. + Performs an implicit conversion from to . + The value to create a from. + The initialized with the specified value. - + - Merge the specified content into this . + Performs an implicit conversion from to . - The content to be merged. + The value to create a from. + The initialized with the specified value. - + - Merge the specified content into this using . + Performs an implicit conversion from to . - The content to be merged. - The used to merge the content. + The value to create a from. + The initialized with the specified value. - + - Gets the count of child JSON tokens. + Performs an implicit conversion from to . - The count of child JSON tokens. + The value to create a from. + The initialized with the specified value. - + - Represents a collection of objects. + Performs an implicit conversion from to . - The type of token. + The value to create a from. + The initialized with the specified value. - + - An empty collection of objects. + Performs an implicit conversion from to . + The value to create a from. + The initialized with the specified value. - + - Initializes a new instance of the struct. + Performs an implicit conversion from to . - The enumerable. + The value to create a from. + The initialized with the specified value. - + - Returns an enumerator that can be used to iterate through the collection. + Performs an implicit conversion from to . - - A that can be used to iterate through the collection. - + The value to create a from. + The initialized with the specified value. - + - Gets the of with the specified key. + Performs an implicit conversion from to . - + The value to create a from. + The initialized with the specified value. - + - Determines whether the specified is equal to this instance. + Performs an implicit conversion from to . - The to compare with this instance. - - true if the specified is equal to this instance; otherwise, false. - + The value to create a from. + The initialized with the specified value. - + - Determines whether the specified is equal to this instance. + Performs an implicit conversion from to . - The to compare with this instance. - - true if the specified is equal to this instance; otherwise, false. - + The value to create a from. + The initialized with the specified value. - + - Returns a hash code for this instance. + Performs an implicit conversion from to . - - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - + The value to create a from. + The initialized with the specified value. - + - Represents a JSON object. + Performs an implicit conversion from to . - - - + The value to create a from. + The initialized with the specified value. - + - Writes this token to a asynchronously. + Performs an implicit conversion from to . - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. + The value to create a from. + The initialized with the specified value. - + - Asynchronously loads a from a . + Performs an implicit conversion from to . - A that will be read for the content of the . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . + The value to create a from. + The initialized with the specified value. - + - Asynchronously loads a from a . + Performs an implicit conversion from to . - 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. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . + The value to create a from. + The initialized with the specified value. - + - Gets the container's children tokens. + Performs an implicit conversion from to . - The container's children tokens. + The value to create a from. + The initialized with the specified value. - + - Occurs when a property value changes. + Performs an implicit conversion from to . + The value to create a from. + The initialized with the specified value. - + - Occurs when a property value is changing. + Creates an for this token. + An that can be used to read this token and its descendants. - + - Initializes a new instance of the class. + Creates a from an object. + The object that will be used to create . + A with the value of the specified object - + - Initializes a new instance of the class from another object. + Creates a from an object using the specified . - A object to copy from. + 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 - + - Initializes a new instance of the class with the specified content. + Creates the specified .NET type from the . - The contents of the object. + The object type that the token will be deserialized to. + The new object created from the JSON value. - + - Initializes a new instance of the class with the specified content. + Creates the specified .NET type from the . - The contents of the object. + The object type that the token will be deserialized to. + The new object created from the JSON value. - + - Gets the node type for this . + Creates the specified .NET type from the using the specified . - The type. + 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. - + - Gets an of of this object's properties. + Creates the specified .NET type from the using the specified . - An of of this object's properties. + 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. - + - Gets a the specified name. + Creates a from a . - The property name. - A with the specified name or null. + 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. + - + - Gets a of of this object's property values. + Load a from a string that contains JSON. - A of of this object's property values. + A that contains JSON. + A populated from the string that contains JSON. - + - Gets the with the specified key. + Creates a from a . - The with the specified key. + 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. + - + - Gets or sets the with the specified property name. + Selects a using a JPath expression. Selects the token that matches the object path. - + + A that contains a JPath expression. + + A , or null. - + - Loads a from a . + Selects a using a JPath expression. Selects the token that matches the object path. - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - - is not valid JSON. - + + 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 . - + - Loads a from a . + Selects a collection of elements using a JPath expression. - 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 . - - is not valid JSON. - + + A that contains a JPath expression. + + An that contains the selected elements. - + - Load a from a string that contains JSON. + Selects a collection of elements using a JPath expression. - A that contains JSON. - A populated from the string that contains JSON. - - is not valid JSON. - - - - + + 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. - + - Load a from a string that contains JSON. + Returns the responsible for binding operations performed on this object. - 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. - - is not valid JSON. - - - - + The expression tree representation of the runtime value. + + The to bind this object. + - + - Creates a from an object. + Returns the responsible for binding operations performed on this object. - The object that will be used to create . - A with the values of the specified object. + The expression tree representation of the runtime value. + + The to bind this object. + - + - Creates a from an object. + Creates a new instance of the . All child tokens are recursively cloned. - 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. + A new instance of the . - + - Writes this token to a . + Gets a comparer that can compare two tokens for value equality. - A into which this method will write. - A collection of which will be used when writing the token. + A that can compare two nodes for value equality. - + - Gets the with the specified property name. + Gets or sets the parent. - Name of the property. - The with the specified property name. + The parent. - + - 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. + Gets the root of this . - Name of the property. - One of the enumeration values that specifies how the strings will be compared. - The with the specified property name. + The root of this . - + - 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. + Gets the node type for this . - 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. + The type. - + - Adds the specified property name. + Gets a value indicating whether this token has child tokens. - Name of the property. - The value. + + true if this token has child values; otherwise, false. + - + - Removes the property with the specified name. + Gets the next sibling token of this node. - Name of the property. - true if item was successfully removed; otherwise, false. + The that contains the next sibling token. - + - Tries to get the with the specified property name. + Gets the previous sibling token of this node. - Name of the property. - The value. - true if a value was successfully retrieved; otherwise, false. + The that contains the previous sibling token. - + - Returns an enumerator that can be used to iterate through the collection. + Gets the path of the JSON token. - - A that can be used to iterate through the collection. - - + - Raises the event with the provided arguments. + Gets the with the specified key. - Name of the property. + The with the specified key. - + - Raises the event with the provided arguments. + Get the first child token of this token. - Name of the property. + A containing the first child token of the . - + - Returns the responsible for binding operations performed on this object. + Get the last child token of this token. - The expression tree representation of the runtime value. - - The to bind this object. - + A containing the last child token of the . - + - Represents a JSON property. + Raises the event. + The instance containing the event data. - + - Writes this token to a asynchronously. + Raises the event. - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. + The instance containing the event data. - + - Asynchronously loads a from a . + Raises the event. - A that will be read for the content of the . - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous creation. The - property returns a that contains the JSON that was read from the specified . + The instance containing the event data. - + - Asynchronously loads a from a . + Returns a collection of the child tokens of this token, in document order. - 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. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous creation. The - property returns a that contains the JSON that was read from the specified . + + An of containing the child tokens of this , in document order. + - + - Gets the container's children tokens. + Returns a collection of the child values of this token, in document order. - The container's children tokens. + The type to convert the values to. + + A containing the child values of this , in document order. + - + - Gets the property name. + Returns a collection of the descendant tokens for this token in document order. - The property name. + An containing the descendant tokens of the . - + - Gets or sets the property value. + Adds the specified content as children of this . - The property value. + The content to be added. - + - Initializes a new instance of the class from another object. + Adds the specified content as the first children of this . - A object to copy from. + The content to be added. - + - Gets the node type for this . + Creates an that can be used to add tokens to the . - The type. + An that is ready to have content written to it. - + - Initializes a new instance of the class. + Replaces the children nodes of this token with the specified content. - The property name. - The property content. + The content. - + - Initializes a new instance of the class. + Removes the child nodes from this token. - The property name. - The property content. - + - Writes this token to a . + Merge the specified content into this . - A into which this method will write. - A collection of which will be used when writing the token. + The content to be merged. - + - Loads a from a . + Merge the specified content into this using . - A that will be read for the content of the . - A that contains the JSON that was read from the specified . + The content to be merged. + The used to merge the content. - + - Loads a from a . + Occurs when the list changes or an item in the list changes. - 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 . + Occurs before an item is added to the collection. - + - Initializes a new instance of the class. + Occurs when the items list of the collection has changed, or the collection is reset. - The name. - + - When overridden in a derived class, returns whether resetting an object changes its value. + Gets the container's children tokens. - - true if resetting the component changes its value; otherwise, false. - - The component to test for reset capability. + The container's children tokens. - + - When overridden in a derived class, gets the current value of the property on a component. + Gets a value indicating whether this token has child tokens. - - The value of a property for a given component. - - The component with the property for which to retrieve the value. + + true if this token has child values; otherwise, false. + - + - When overridden in a derived class, resets the value for this property of the component to the default value. + Get the first child token of this token. - The component with the property value that is to be reset to the default value. + + A containing the first child token of the . + - + - When overridden in a derived class, sets the value of the component to a different value. + Get the last child token of this token. - The component with the property value that is to be set. - The new value. + + A containing the last child token of the . + - + - When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. + Gets the count of child JSON tokens. - - true if the property should be persisted; otherwise, false. - - The component with the property to be examined for persistence. + The count of child JSON tokens - + - When overridden in a derived class, gets the type of the component this property is bound to. + Initializes a new instance of the class. - - 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. + Initializes a new instance of the class from another object. - - true if the property is read-only; otherwise, false. - + A object to copy from. - + - When overridden in a derived class, gets the type of the property. + Initializes a new instance of the class with the specified content. - - A that represents the type of the property. - + The contents of the array. - + - Gets the hash code for the name of the member. + Initializes a new instance of the class with the specified content. - - - The hash code for the name of the member. - + The contents of the array. - + - Represents a raw JSON string. + 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 . - + - Asynchronously creates an instance of with the content of the reader's current token. + Load a from a string that contains JSON. - The reader. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous creation. The - property returns an instance of with the content of the reader's current token. + A that contains JSON. + A populated from the string that contains JSON. + + + - + - Initializes a new instance of the class from another object. + Creates a from an object. - A object to copy from. + The object that will be used to create . + A with the values of the specified object - + - Initializes a new instance of the class. + Creates a from an object. - The raw json. + 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 - + - Creates an instance of with the content of the reader's current token. + Writes this token to a . - The reader. - An instance of with the content of the reader's current token. + A into which this method will write. + A collection of which will be used when writing the token. - + - Specifies the settings used when loading JSON. + 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. + - + - Initializes a new instance of the class. + 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. - + - Gets or sets how JSON comments are handled when loading JSON. + Removes the item at the specified index. - The JSON comment handling. + The zero-based index of the item to remove. + + is not a valid index in the . + The is read-only. - + - Gets or sets how JSON line info is handled when loading JSON. + Returns an enumerator that iterates through the collection. - The JSON line info handling. + + A that can be used to iterate through the collection. + - + - Specifies the settings used when merging JSON. + Adds an item to the . + The object to add to the . + The is read-only. - + - Gets or sets the method used when merging JSON arrays. + Removes all items from the . - The method used when merging JSON arrays. + The is read-only. - + - Gets or sets how null value properties are merged. + Determines whether the contains a specific value. - How null value properties are merged. + The object to locate in the . + + true if is found in the ; otherwise, false. + - + - Represents an abstract JSON token. + Copies to. + The array. + Index of the array. - + - Writes this token to a asynchronously. + Removes the first occurrence of a specific object from the . - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. + 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. - + - Writes this token to a asynchronously. + Gets the container's children tokens. - A into which this method will write. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. + The container's children tokens. - + - Asynchronously creates a from a . + Gets the node type for this . - An positioned at the token to read into this . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains - the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - + The type. - + - Asynchronously creates a from a . + Gets the with the specified key. - 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. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains - the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - + The with the specified key. - + - Asynchronously creates a from a . + Gets or sets the at the specified index. - A positioned at the token to read into this . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a 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. - + - + - Asynchronously creates a from a . + Gets a value indicating whether the is read-only. - A positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a 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. - + true if the is read-only; otherwise, false. - + - Gets a comparer that can compare two tokens for value equality. + Represents a JSON constructor. - A that can compare two nodes for value equality. - + - Gets or sets the parent. + Initializes a new instance of the class. - The parent. - + - Gets the root of this . + Initializes a new instance of the class from another object. - The root of this . + A object to copy from. - + - Gets the node type for this . + Initializes a new instance of the class with the specified name and content. - The type. + The constructor name. + The contents of the constructor. - + - Gets a value indicating whether this token has child tokens. + Initializes a new instance of the class with the specified name and content. - - true if this token has child values; otherwise, false. - + The constructor name. + The contents of the constructor. - + - Compares the values of two tokens, including the values of all descendant tokens. + Initializes a new instance of the class with the specified name. - The first to compare. - The second to compare. - true if the tokens are equal; otherwise false. + The constructor name. - + - Gets the next sibling token of this node. + Writes this token to a . - The that contains the next sibling token. + A into which this method will write. + A collection of which will be used when writing the token. - + - Gets the previous sibling token of this node. + Loads an from a . - The that contains the previous sibling token. + A that will be read for the content of the . + A that contains the JSON that was read from the specified . - + - Gets the path of the JSON token. + Gets the container's children tokens. + The container's children tokens. - + - Adds the specified content immediately after this token. + Gets or sets the name of this constructor. - A content object that contains simple content or a collection of content objects to be added after this token. + The constructor name. - + - Adds the specified content immediately before this token. + Gets the node type for this . - A content object that contains simple content or a collection of content objects to be added before this token. + The type. - + - Returns a collection of the ancestor tokens of this token. + Gets the with the specified key. - A collection of the ancestor tokens of this token. + The with the specified key. - + - Returns a collection of tokens that contain this token, and the ancestors of this token. + Represents a collection of objects. - A collection of tokens that contain this token, and the ancestors of this token. + The type of token - + - Returns a collection of the sibling tokens after this token, in document order. + An empty collection of objects. - 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. + Initializes a new instance of the struct. - A collection of the sibling tokens before this token, in document order. + The enumerable. - + - Gets the with the specified key. + Returns an enumerator that iterates through the collection. - The with the specified key. + + A that can be used to iterate through the collection. + - + - Gets the with the specified key converted to the specified type. + Returns an enumerator that iterates through a collection. - The type to convert the token to. - The token key. - The converted token value. + + An object that can be used to iterate through the collection. + - + - Get the first child token of this token. + Determines whether the specified is equal to this instance. - A containing the first child token of the . + The to compare with this instance. + + true if the specified is equal to this instance; otherwise, false. + - + - Get the last child token of this token. + Returns a hash code for this instance. - A containing the last child token of the . + + A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. + - + - Returns a collection of the child tokens of this token, in document order. + Gets the with the specified key. - 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. + Represents a JSON object. - 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. + Initializes a new instance of the class. - The type to convert the values to. - A containing the child values of this , in document order. - + - Removes this token from its parent. + Initializes a new instance of the class from another object. + A object to copy from. - + - Replaces this token with the specified token. + Initializes a new instance of the class with the specified content. - The value. + The contents of the object. - + - Writes this token to a . + Initializes a new instance of the class with the specified content. - A into which this method will write. - A collection of which will be used when writing the token. + The contents of the object. - + - Returns the indented JSON for this token. + Gets an of this object's properties. - - The indented JSON for this token. - + An of this object's properties. - + - Returns the JSON for this token using the given formatting and converters. + Gets a the specified name. - Indicates how the output should be formatted. - A collection of s which will be used when writing the token. - The JSON for this token using the given formatting and converters. + The property name. + A with the specified name or null. - + - Performs an explicit conversion from to . + Gets an of this object's property values. - The value. - The result of the conversion. + An of this object's property values. - + - Performs an explicit conversion from to . + Loads an from a . - The value. - The result of the conversion. + A that will be read for the content of the . + A that contains the JSON that was read from the specified . - + - Performs an explicit conversion from to of . + Load a from a string that contains JSON. - The value. - The result of the conversion. + A that contains JSON. + A populated from the string that contains JSON. + + + - + - Performs an explicit conversion from to of . + Creates a from an object. - The value. - The result of the conversion. + The object that will be used to create . + A with the values of the specified object - + - Performs an explicit conversion from to of . + Creates a from an object. - The value. - The result of the conversion. + 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 - + - Performs an explicit conversion from to of . + Writes this token to a . - The value. - The result of the conversion. + A into which this method will write. + A collection of which will be used when writing the token. - + - Performs an explicit conversion from to of . + Gets the with the specified property name. - The value. - The result of the conversion. + Name of the property. + The with the specified property name. - + - Performs an explicit conversion from to of . + 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. - The value. - The result of the conversion. + Name of the property. + One of the enumeration values that specifies how the strings will be compared. + The with the specified property name. - + - Performs an explicit conversion from to of . + 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. - The result of the conversion. + One of the enumeration values that specifies how the strings will be compared. + true if a value was successfully retrieved; otherwise, false. - + - Performs an explicit conversion from to . + Adds the specified property name. + Name of the property. The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Removes the property with the specified name. - The value. - The result of the conversion. + Name of the property. + true if item was successfully removed; otherwise, false. - + - Performs an explicit conversion from to . + Tries the get value. + Name of the property. The value. - The result of the conversion. + true if a value was successfully retrieved; otherwise, false. - + - Performs an explicit conversion from to . + Returns an enumerator that iterates through the collection. - The value. - The result of the conversion. + + A that can be used to iterate through the collection. + - + - Performs an explicit conversion from to . + Raises the event with the provided arguments. - The value. - The result of the conversion. + Name of the property. - + - Performs an explicit conversion from to . + Raises the event with the provided arguments. - The value. - The result of the conversion. + Name of the property. - + - Performs an explicit conversion from to of . - - The value. - The result of the conversion. + Returns the properties for this instance of a component. + + + A that represents the properties for this component instance. + - + - Performs an explicit conversion from to of . + Returns the properties for this instance of a component using the attribute array as a filter. - The value. - The result of the conversion. + An array of type that is used as a filter. + + A that represents the filtered properties for this component instance. + - + - Performs an explicit conversion from to of . + Returns a collection of custom attributes for this instance of a component. - The value. - The result of the conversion. + + An containing the attributes for this object. + - + - Performs an explicit conversion from to of . + Returns the class name of this instance of a component. - The value. - The result of the conversion. + + The class name of the object, or null if the class does not have a name. + - + - Performs an explicit conversion from to of . + Returns the name of this instance of a component. - The value. - The result of the conversion. + + The name of the object, or null if the object does not have a name. + - + - Performs an explicit conversion from to of . + Returns a type converter for this instance of a component. - The value. - The result of the conversion. + + A that is the converter for this object, or null if there is no for this object. + - + - Performs an explicit conversion from to of . + Returns the default event for this instance of a component. - The value. - The result of the conversion. + + An that represents the default event for this object, or null if this object does not have events. + - + - Performs an explicit conversion from to of . + Returns the default property for this instance of a component. - The value. - The result of the conversion. + + A that represents the default property for this object, or null if this object does not have properties. + - + - Performs an explicit conversion from to . + Returns an editor of the specified type for this instance of a component. - The value. - The result of the conversion. + 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. + - + - Performs an explicit conversion from to of . + Returns the events for this instance of a component using the specified attribute array as a filter. - The value. - The result of the conversion. + An array of type that is used as a filter. + + An that represents the filtered events for this component instance. + - + - Performs an explicit conversion from to of . + Returns the events for this instance of a component. - The value. - The result of the conversion. + + An that represents the events for this component instance. + - + - Performs an explicit conversion from to . + Returns an object that contains the property described by the specified property descriptor. - The value. - The result of the conversion. + A that represents the property whose owner is to be found. + + An that represents the owner of the specified property. + - + - Performs an explicit conversion from to . + Returns the responsible for binding operations performed on this object. - The value. - The result of the conversion. + The expression tree representation of the runtime value. + + The to bind this object. + - + - Performs an explicit conversion from to . + Gets the container's children tokens. - The value. - The result of the conversion. + The container's children tokens. - + - Performs an explicit conversion from to . + Occurs when a property value changes. - The value. - The result of the conversion. - + - Performs an explicit conversion from to . + Occurs when a property value is changing. - The value. - The result of the conversion. - + - Performs an explicit conversion from to []. + Gets the node type for this . - The value. - The result of the conversion. + The type. - + - Performs an explicit conversion from to . + Gets the with the specified key. - The value. - The result of the conversion. + The with the specified key. - + - Performs an explicit conversion from to of . + Gets or sets the with the specified property name. - The value. - The result of the conversion. + - + - Performs an explicit conversion from to . + Specifies the settings used when merging JSON. - The value. - The result of the conversion. - + - Performs an explicit conversion from to of . + Gets or sets the method used when merging JSON arrays. - The value. - The result of the conversion. + The method used when merging JSON arrays. - + - Performs an explicit conversion from to . + Represents a JSON property. - The value. - The result of the conversion. - + - Performs an implicit conversion from to . + Initializes a new instance of the class from another object. - The value to create a from. - The initialized with the specified value. + A object to copy from. - + - Performs an implicit conversion from to . + Initializes a new instance of the class. - The value to create a from. - The initialized with the specified value. + The property name. + The property content. - + - Performs an implicit conversion from to . + Initializes a new instance of the class. - The value to create a from. - The initialized with the specified value. + The property name. + The property content. - + - Performs an implicit conversion from of to . + Writes this token to a . - The value to create a from. - The initialized with the specified value. + A into which this method will write. + A collection of which will be used when writing the token. - + - Performs an implicit conversion from to . + Loads an from a . - The value to create a from. - The initialized with the specified value. + A that will be read for the content of the . + A that contains the JSON that was read from the specified . - + - Performs an implicit conversion from of to . + Gets the container's children tokens. - The value to create a from. - The initialized with the specified value. + The container's children tokens. - + - Performs an implicit conversion from of to . + Gets the property name. - The value to create a from. - The initialized with the specified value. + The property name. - + - Performs an implicit conversion from of to . + Gets or sets the property value. - The value to create a from. - The initialized with the specified value. + The property value. - + - Performs an implicit conversion from of to . + Gets the node type for this . - The value to create a from. - The initialized with the specified value. + The type. - + - Performs an implicit conversion from of to . + Represents a view of a . - The value to create a from. - The initialized with the specified value. - + - Performs an implicit conversion from of to . + Initializes a new instance of the class. - The value to create a from. - The initialized with the specified value. + The name. - + - Performs an implicit conversion from of to . + When overridden in a derived class, returns whether resetting an object changes its value. - The value to create a from. - The initialized with the specified value. + + true if resetting the component changes its value; otherwise, false. + + The component to test for reset capability. + - + - Performs an implicit conversion from to . + When overridden in a derived class, gets the current value of the property on a component. - The value to create a from. - The initialized with the specified value. + + The value of a property for a given component. + + The component with the property for which to retrieve the value. + - + - Performs an implicit conversion from to . + When overridden in a derived class, resets the value for this property of the component to the default value. - The value to create a from. - The initialized with the specified value. + The component with the property value that is to be reset to the default value. + - + - Performs an implicit conversion from to . + When overridden in a derived class, sets the value of the component to a different value. - The value to create a from. - The initialized with the specified value. + The component with the property value that is to be set. + The new value. + - + - Performs an implicit conversion from of to . + When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. - The value to create a from. - The initialized with the specified value. + + true if the property should be persisted; otherwise, false. + + The component with the property to be examined for persistence. + - + - Performs an implicit conversion from to . + When overridden in a derived class, gets the type of the component this property is bound to. - The value to create a from. - The initialized with the specified value. + + 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. + - + - Performs an implicit conversion from of to . + When overridden in a derived class, gets a value indicating whether this property is read-only. - The value to create a from. - The initialized with the specified value. + + true if the property is read-only; otherwise, false. + - + - Performs an implicit conversion from of to . + When overridden in a derived class, gets the type of the property. - The value to create a from. - The initialized with the specified value. + + A that represents the type of the property. + - + - Performs an implicit conversion from to . + Gets the hash code for the name of the member. - The value to create a from. - The initialized with the specified value. + + + The hash code for the name of the member. + - + - Performs an implicit conversion from of to . + Represents a raw JSON string. - The value to create a from. - The initialized with the specified value. - + - Performs an implicit conversion from of to . + Represents a value in JSON (string, integer, date, etc). - The value to create a from. - The initialized with the specified value. - + - Performs an implicit conversion from of to . + Initializes a new instance of the class from another object. - The value to create a from. - The initialized with the specified value. + A object to copy from. - + - Performs an implicit conversion from of to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from [] to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from of to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Performs an implicit conversion from of to . + Initializes a new instance of the class with the given value. - The value to create a from. - The initialized with the specified value. + The value. - + - Creates a for this token. + Initializes a new instance of the class with the given value. - A that can be used to read this token and its descendants. + The value. - + - Creates a from an object. + Initializes a new instance of the class with the given value. - The object that will be used to create . - A with the value of the specified object. + The value. - + - Creates a from an object using the specified . + Creates a comment with the given value. - The object that will be used to create . - The that will be used when reading the object. - A with the value of the specified object. + The value. + A comment with the given value. - + - Creates an instance of the specified .NET type from the . + Creates a string with the given value. - The object type that the token will be deserialized to. - The new object created from the JSON value. + The value. + A string with the given value. - + - Creates an instance of the specified .NET type from the . + Creates a null value. - The object type that the token will be deserialized to. - The new object created from the JSON value. + A null value. - + - Creates an instance of the specified .NET type from the using the specified . + Creates a null value. - 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. + A null value. - + - Creates an instance of the specified .NET type from the using the specified . + Writes this token to a . - 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. + A into which this method will write. + A collection of which will be used when writing the token. - + - Creates a from a . + Indicates whether the current object is equal to another object of the same type. - A positioned at the token to read into this . - A 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. + true if the current object is equal to the parameter; otherwise, false. + An object to compare with this object. - + - Creates a from a . + Determines whether the specified is equal to the current . - 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. + The to compare with the current . - A 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. + true if the specified is equal to the current ; otherwise, false. + + The parameter is null. + - - - 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 . + Serves as a hash function for a particular type. - A positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. + A hash code for the current . - + - Creates a from a . + Returns a that represents this instance. - A positioned at the token to read into this . - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. + A that represents this instance. - - - 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. + Returns a that represents this instance. - - 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 . + The format. + + A that represents this instance. + - + - Selects a collection of elements using a JPath expression. + Returns a that represents this instance. - - A that contains a JPath expression. - - An of that contains the selected elements. + The format provider. + + A that represents this instance. + - + - Selects a collection of elements using a JPath expression. + Returns a that represents this instance. - - 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 of that contains the selected elements. + The format. + The format provider. + + A that represents this instance. + - + Returns the responsible for binding operations performed on this object. @@ -7664,66 +6019,64 @@ The to bind this object. - + - Returns the responsible for binding operations performed on 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. - The expression tree representation of the runtime value. + An object to compare with this instance. - The to bind this object. + 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. + - - - 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 . + Gets a value indicating whether this token has child tokens. - 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. + + true if this token has child values; otherwise, false. + - + - Gets the first annotation object of the specified type from this . + Gets the node type for 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. + The type. - + - Gets a collection of annotations of the specified type for this . + Gets or sets the underlying token value. - The type of the annotations to retrieve. - An that contains the annotations for this . + The underlying token value. - + - Gets a collection of annotations of the specified type for this . + Initializes a new instance of the class from another object. - The of the annotations to retrieve. - An of that contains the annotations that match the specified type for this . + A object to copy from. - + - Removes the annotations of the specified type from this . + Initializes a new instance of the class. - The type of annotations to remove. + The raw json. - + - Removes the annotations of the specified type from this . + Creates an instance of with the content of the reader's current token. - The of annotations to remove. + The reader. + An instance of with the content of the reader's current token. @@ -7737,7 +6090,7 @@ The first object of type to compare. The second object of type to compare. - true if the specified objects are equal; otherwise, false. + true if the specified objects are equal; otherwise, false. @@ -7746,16 +6099,11 @@ 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. + 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. + Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. @@ -7764,12 +6112,50 @@ The token to read from. + + + Reads the next JSON token from the stream as a . + + + A or a null reference if the next JSON token is null. This method will return null at the end of an array. + + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the stream as a . + + A . This method will return null at the end of an array. + - Reads the next JSON token from the underlying . + 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. + true if the next token was read successfully; false if there are no more tokens to read. @@ -7874,19 +6260,8 @@ - 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 written. + Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. - The token being written. @@ -7901,26 +6276,22 @@ - Flushes whatever is in the buffer to the underlying . + Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - Closes this writer. - If is set to true, the JSON is auto-completed. + Closes this stream and the underlying stream. - - Setting to true has no additional effect, since the underlying is a type that cannot be closed. - - Writes the beginning of a JSON object. + Writes the beginning of a Json object. - Writes the beginning of a JSON array. + Writes the beginning of a Json array. @@ -7931,412 +6302,170 @@ - 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 be 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 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). - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - 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. + Writes the end. - The value. + The token. - + - Initializes a new instance of the class with the given value. + Writes the property name of a name/value pair on a Json object. - The value. + The name of the property. - + - Initializes a new instance of the class with the given value. + Writes a value. + An error will raised if the value cannot be written as a single JSON token. - The value. + The value to write. - + - Initializes a new instance of the class with the given value. + Writes a null value. - The value. - + - Initializes a new instance of the class with the given value. + Writes an undefined value. - The value. - + - Initializes a new instance of the class with the given value. + Writes raw JSON. - The value. + The raw JSON to write. - + - Initializes a new instance of the class with the given value. + Writes out a comment /*...*/ containing the specified text. - The value. + Text to place inside the comment. - + - Initializes a new instance of the class with the given value. + Writes a value. - The value. + The value to write. - + - Initializes a new instance of the class with the given value. + Writes a value. - The value. + The value to write. - + - Initializes a new instance of the class with the given value. + Writes a value. - The value. + The value to write. - + - Initializes a new instance of the class with the given value. + Writes a value. - The value. + The value to write. - + - Gets a value indicating whether this token has child tokens. + Writes a value. - - true if this token has child values; otherwise, false. - + The value to write. - + - Creates a comment with the given value. + Writes a value. - The value. - A comment with the given value. + The value to write. - + - Creates a string with the given value. + Writes a value. - The value. - A string with the given value. + The value to write. - + - Creates a null value. + Writes a value. - A null value. + The value to write. - + - Creates a undefined value. + Writes a value. - A undefined value. + The value to write. - + - Gets the node type for this . + Writes a value. - The type. + The value to write. - + - Gets or sets the underlying token value. + Writes a value. - The underlying token value. + The value to write. - + - Writes this token to a . + Writes a value. - A into which this method will write. - A collection of s which will be used when writing the token. + The value to write. - + - Indicates whether the current object is equal to another object of the same type. + Writes a value. - - true if the current object is equal to the parameter; otherwise, false. - - An object to compare with this object. + The value to write. - + - Determines whether the specified is equal to the current . + Writes a value. - The to compare with the current . - - true if the specified is equal to the current ; otherwise, false. - + The value to write. - + - Serves as a hash function for a particular type. + Writes a value. - - A hash code for the current . - + The value to write. - + - Returns a that represents this instance. + Writes a value. - - A that represents this instance. - + The value to write. - + - Returns a that represents this instance. + Writes a value. - The format. - - A that represents this instance. - + The value to write. - + - Returns a that represents this instance. + Writes a value. - The format provider. - - A that represents this instance. - + The value to write. - + - Returns a that represents this instance. + Writes a value. - The format. - The format provider. - - A that represents this instance. - + The value to write. - + - Returns the responsible for binding operations performed on this object. + Writes a value. - The expression tree representation of the runtime value. - - The to bind this object. - + The value to write. - + - 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. + Gets the token being writen. - 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 of the same type as this instance. - + The token being writen. @@ -8355,21 +6484,6 @@ 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 . @@ -8383,7 +6497,7 @@ - Only members marked with or are serialized. + Only members must be marked with or are serialized. This member serialization mode can also be set by marking the class with . @@ -8391,7 +6505,7 @@ 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. + and setting IgnoreSerializableAttribute on to false. @@ -8434,8 +6548,8 @@ Specifies null value handling options for the . - - + + @@ -8471,10 +6585,10 @@ 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 . + Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable. - + @@ -8537,29 +6651,14 @@ 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. @@ -8569,12 +6668,7 @@ - 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. @@ -8585,38 +6679,79 @@ - 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. + The source to test. + The schema to test with. + The validation event handler. + + + + An in-memory representation of a JSON Schema. + + + + + Initializes a new instance of the class. + + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The object representing the JSON Schema. + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The to use when resolving schema references. + The object representing the JSON Schema. + + + + Load a from a string that contains schema JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Parses the specified json. + + The json. + The resolver. + A populated from the string that contains JSON. + + + + Writes this schema to a . + + A into which this method will write. + + + + Writes this schema to a using the specified . + + A into which this method will write. + The resolver used. - + - - 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. - + Returns a that represents the current . + + A that represents the current . + @@ -8635,7 +6770,7 @@ - Gets or sets whether the object is read-only. + Gets or sets whether the object is read only. @@ -8679,9 +6814,9 @@ - Gets or sets a number that the value should be divisible by. + Gets or sets a number that the value should be divisble by. - A number that the value should be divisible by. + A number that the value should be divisble by. @@ -8697,15 +6832,15 @@ - Gets or sets 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 "minimum" attribute. - 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 (). + 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 (). + A flag indicating whether the value can not equal the number defined by the "maximum" attribute. @@ -8794,7 +6929,7 @@ Gets or sets disallowed types. - The disallowed types. + The disallow types. @@ -8814,89 +6949,10 @@ 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 JSON Schema. - - A that contains JSON Schema. - A populated from the string that contains JSON Schema. - - - - Load a from a string that contains JSON Schema using the specified . - - A that contains JSON Schema. - The resolver. - A populated from the string that contains JSON Schema. - - - - 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. @@ -8916,7 +6972,7 @@ 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 null if no inner exception is specified. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. @@ -8924,29 +6980,31 @@ The that holds the serialized object data about the exception being thrown. The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). + The 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 the line number indicating where the error occurred. + The line number indicating where the error occurred. - + - Gets or sets how undefined schemas are handled by the serializer. + Gets the line position indicating where the error occurred. + The line position indicating where the error occurred. - + - Gets or sets the contract resolver. + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Generates a from a specified . - The contract resolver. @@ -8980,21 +7038,21 @@ 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 how undefined schemas are handled by the serializer. - + - Gets or sets the loaded schemas. + Gets or sets the contract resolver. + + The contract resolver. + + + + Resolves from an id. - The loaded schemas. @@ -9008,14 +7066,15 @@ The id. A for the specified reference. + + + Gets or sets the loaded schemas. + + The loaded schemas. + - 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. - @@ -9065,12 +7124,7 @@ - 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. - @@ -9090,12 +7144,7 @@ - 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. - @@ -9118,129 +7167,50 @@ - 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 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. - - - 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 . - - - A flag indicating whether extension data names should be processed. - - - - - 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. - - - - - Resolves the contract for a given type. - - The type to resolve a contract for. - The contract for a given type. - - Used by to resolve 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. + Used by to resolves a for a given . - - true if serialized compiler generated members; otherwise, false. - - + - Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types. + Used by to resolves a for a given . - - 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. + Resolves the contract for a given type. - - true if the attribute will be ignored when serializing and deserializing types; otherwise, false. - + The type to resolve a contract for. + The contract for a given type. - + - Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized. + Initializes a new instance of the class. - The naming strategy used to resolve how property names and dictionary keys are serialized. - + Initializes a new instance of the class. + + If set to true the will use a cached shared with other resolvers of the same type. + Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected + behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly + recommended to reuse instances with the . + @@ -9281,10 +7251,10 @@ - Resolves the default for the contract. + Resolves the default for the contract. Type of the object. - The contract's default . + The contract's default . @@ -9330,91 +7300,150 @@ - Creates a for the given type. + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Determines which contract type is created for the given type. + + Type of the object. + A for the given type. + + + + Creates properties for the given . + + The type to create properties for. + /// The member serialization mode for the type. + Properties for the given . + + + + Creates the used by the serializer to get and set values from a member. + + The member. + The used by the serializer to get and set values from a member. + + + + Creates a for the given . + + The member's parent . + The member to create a for. + A created for the given . + + + + Resolves the name of the property. + + Name of the property. + Name of the property. + + + + Gets the resolved name of the property. + + Name of the property. + Name of the property. + + + + Gets a value indicating whether members are being get and set using dynamic code generation. + This value is determined by the runtime permissions available. + + + true if using dynamic code generation; otherwise, false. + + + + + Gets or sets the default members search flags. - Type of the object. - A for the given type. + The default members search flags. - + - Determines which contract type is created for the given type. + Gets or sets a value indicating whether compiler generated members should be serialized. - Type of the object. - A for the given type. + + true if serialized compiler generated members; otherwise, false. + - + - Creates properties for the given . + Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types. - The type to create properties for. - /// The member serialization mode for the type. - Properties for the given . + + true if the interface will be ignored when serializing and deserializing types; otherwise, false. + - + - Creates the used by the serializer to get and set values from a member. + Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types. - The member. - The used by the serializer to get and set values from a member. + + true if the attribute will be ignored when serializing and deserializing types; otherwise, false. + - + - Creates a for the given . + Initializes a new instance of the class. - 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. + The property name camel cased. - + - Resolves the name of the extension data. By default no changes are made to extension data names. + Used to resolve references when serializing and deserializing JSON by the . - Name of the extension data. - Resolved name of the extension data. - + - Resolves the key of the dictionary. By default is used to resolve dictionary keys. + Resolves a reference to its object. - Key of the dictionary. - Resolved key of the dictionary. + The serialization context. + The reference to resolve. + The object that - + - Gets the resolved name of the property. + Gets the reference for the sepecified object. - Name of the property. - Name of the property. + The serialization context. + The object to get a reference for. + The reference to the object. - + - The default naming strategy. Property names and dictionary keys are unchanged. + 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. + - + - Resolves the specified property name. + Adds a reference to the specified object. - The property name to resolve. - The resolved property name. + The serialization context. + The reference. + The object to reference. The default serialization binder used when resolving and loading classes from type names. - - - Initializes a new instance of the class. - - When overridden in a derived class, controls the binding of a serialized object to a type. @@ -9430,23 +7459,34 @@ 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. + 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. - + + + Represents a trace 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. + + Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of will exclude messages and include , - and messages. + 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. - + The that will be used to filter the trace messages passed to the writer. @@ -9456,11 +7496,40 @@ The trace message. The trace exception. This parameter is optional. + + + 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. + + Get and set values for a using dynamic methods. + + + Provides methods to get and set values. + + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + Initializes a new instance of the class. @@ -9521,6 +7590,13 @@ Provides data for the Error event. + + + Initializes a new instance of the class. + + The current object. + The error context. + Gets the current object the error event is being raised against. @@ -9533,13 +7609,6 @@ 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. @@ -9565,185 +7634,126 @@ 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 resolve a for a given . - - - - - - - - - Resolves the contract for a given type. - - The type to resolve a contract for. - The contract for a given type. - - - - Used to resolve references when serializing and deserializing JSON by the . - - - + - Resolves a reference to its object. + Contract details for a used by the . - The serialization context. - The reference to resolve. - The object that was resolved from the reference. - + - Gets the reference for the specified object. + Contract details for a used by the . - The serialization context. - The object to get a reference for. - The reference to the object. - + - Determines whether the specified object is referenced. + Contract details for a used by the . - 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. + Gets the underlying type for the contract. - The serialization context. - The reference. - The object to reference. + The underlying type for the contract. - + - Allows users to control class loading and mandate what class to load. + Gets or sets the type created during deserialization. + The type created during deserialization. - + - When implemented, controls the binding of a serialized object to a type. + Gets or sets whether this type contract is serialized as a reference. - 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. + Whether this type contract is serialized as a reference. - + - When implemented, controls the binding of a serialized object to a type. + Gets or sets the default for this contract. - 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. + The converter. - + - Represents a trace writer. + Gets or sets all methods called immediately after deserialization of the object. + The methods called immediately after deserialization of the object. - + - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of will exclude messages and include , - and messages. + Gets or sets all methods called during deserialization of the object. - The that will be used to filter the trace messages passed to the writer. + The methods called during deserialization of the object. - + - Writes the specified trace level, message and optional exception. + Gets or sets all methods called after serialization of the object graph. - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. + The methods called after serialization of the object graph. - + - Provides methods to get and set values. + Gets or sets all methods called before serialization of the object. + The methods called before serialization of the object. - + - Sets the value. + Gets or sets all method called when an error is thrown during the serialization of the object. - The target to set the value on. - The value to set on the target. + The methods called when an error is thrown during the serialization of the object. - + - Gets the value. + Gets or sets the method called immediately after deserialization of the object. - The target to get the value from. - The value. + The method called immediately after deserialization of the object. - + - Contract details for a used by the . + Gets or sets the method called during deserialization of the object. + The method called during deserialization of the object. - + - Gets the of the collection items. + Gets or sets the method called after serialization of the object graph. - The of the collection items. + The method called after serialization of the object graph. - + - Gets a value indicating whether the collection type is a multidimensional array. + Gets or sets the method called before serialization of the object. - true if the collection type is a multidimensional array; otherwise, false. + The method called before serialization of the object. - + - Gets or sets the function used to create the object. When set this function will override . + Gets or sets the method called when an error is thrown during the serialization of the object. - The function used to create the object. + The method called when an error is thrown during the serialization of the object. - + - Gets a value indicating whether the creator has a parameter with the collection values. + Gets or sets the default creator method used to create the object. - true if the creator has a parameter with the collection values; otherwise, false. + The default creator method used to create the object. - + - Initializes a new instance of the class. + Gets or sets a value indicating whether the default creator is non public. - The underlying type for the contract. + true if the default object creator is non-public; otherwise, false. - + - Contract details for a used by the . + Initializes a new instance of the class. + The underlying type for the contract. - Gets or sets the default collection items . + Gets or sets the default collection items . The converter. @@ -9765,12 +7775,24 @@ The type name handling. - + - Initializes a new instance of the class. + Initializes a new instance of the class. The underlying type for the contract. + + + 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. + Handles serialization callback events. @@ -9800,87 +7822,22 @@ 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 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 . + Initializes a new instance of the class. + The underlying type for the contract. - + - Gets or sets the dictionary key resolver. + Gets or sets the property name resolver. - The dictionary key resolver. + The property name resolver. @@ -9894,29 +7851,17 @@ 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. + Contract details for a used by the . - true if the creator has a parameter with the dictionary values; otherwise, false. - + - Initializes a new instance of the class. + 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. @@ -9929,29 +7874,23 @@ 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 object constructor. - - The object constructor. - Initializes a new instance of the class. The underlying type for the contract. + + + Gets or sets the ISerializable object constructor. + + The ISerializable object constructor. + Contract details for a used by the . @@ -9968,6 +7907,12 @@ Contract details for a used by the . + + + Initializes a new instance of the class. + + The underlying type for the contract. + Gets or sets the object member serialization. @@ -9988,44 +7933,46 @@ The object's properties. - + - Gets a collection of instances that define the parameters used with . + Gets the constructor parameters required for any non-default 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. + Gets a collection of instances that define the parameters used with . - The function used to create the object. - + - Gets or sets the extension data setter. + 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 extension data getter. + Gets or sets the parametrized constructor used to create the object. + The parametrized constructor. - + - Gets or sets the extension data value type. + 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 name resolver. + Gets or sets the extension data setter. - The extension data name resolver. - + - Initializes a new instance of the class. + Gets or sets the extension data getter. - The underlying type for the contract. @@ -10043,6 +7990,14 @@ Maps a JSON property to a .NET member or constructor parameter. + + + Returns a that represents this instance. + + + A that represents this instance. + + Gets or sets the name of the property. @@ -10057,9 +8012,9 @@ - Gets or sets the order of serialization of a member. + Gets or sets the order of serialization and deserialization of a member. - The numeric order of serialization. + The numeric order of serialization or deserialization. @@ -10073,12 +8028,6 @@ 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. @@ -10087,8 +8036,8 @@ - Gets or sets the for the property. - If set this converter takes precedence over the contract converter for the property type. + Gets or sets the for the property. + If set this converter takes presidence over the contract converter for the property type. The converter. @@ -10174,15 +8123,9 @@ - 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 a predicate used to determine whether the property should be deserialized. + Gets or sets a predicate used to determine whether the property should be serialize. - A predicate used to determine whether the property should be deserialized. + A predicate used to determine whether the property should be serialize. @@ -10196,14 +8139,6 @@ 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. @@ -10218,13 +8153,13 @@ - Gets or sets the type name handling used when serializing the property's collection items. + 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 reference loop handling used when serializing the property's collection items. + Gets or sets the the reference loop handling used when serializing the property's collection items. The collection's items reference loop handling. @@ -10255,7 +8190,7 @@ Gets the closest matching object. - First attempts to get an exact case match of and then + First attempts to get an exact case match of propertyName and then a case insensitive match. Name of the property. @@ -10280,30 +8215,12 @@ The underlying type for the contract. - - - Lookup and create an instance of the type described by the argument. - - The 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 will exclude messages and include , - and messages. - - - The that will be used to filter the trace messages passed to the writer. - - Initializes a new instance of the class. @@ -10331,58 +8248,15 @@ A of the most recent trace messages. - - - 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 extension data names 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 specified. - The serialized property name. - - - - Gets the serialized name for a given extension data name. - - The initial extension data name. - The serialized extension data name. - - - - Gets the serialized key for a given dictionary key. - - The initial dictionary key. - The serialized dictionary key. - - + - Resolves the specified property name. + 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 property name to resolve. - The resolved property name. + + The that will be used to filter the trace messages passed to the writer. + @@ -10395,32 +8269,6 @@ 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. @@ -10446,50 +8294,6 @@ The target to get the value from. The value. - - - 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. - - - 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 . - - - A flag indicating whether extension data names should be processed. - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - Specifies how strings are escaped when writing JSON text. @@ -10510,30 +8314,10 @@ HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped. - - - Indicates the method that will be used during deserialization for locating and loading assemblies. - - - - - In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method of the class is used to load the assembly. - - - - - In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the class is used to load the assembly. - - 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 . - @@ -10558,27 +8342,34 @@ Include the .NET type name when the type of the object being serialized is not the same as its declared type. - Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON - you must specify a root type object with - or . - Determines whether the collection is null or empty. + Determines whether the collection is null or empty. The collection. - true if the collection is null or empty; otherwise, false. + true if the collection is null or empty; otherwise, false. - Adds the elements of the specified collection to the specified generic . + Adds the elements of the specified collection to the specified generic IList. The list to add to. The collection of elements to add. + + + Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer. + + The type of the elements of source. + A sequence in which to locate a value. + The object to locate in the sequence + An equality comparer to compare values. + The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1. + Converts the value to the specified type. If the value is unable to be converted, the @@ -10592,13 +8383,13 @@ 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 @@ -10620,7 +8411,7 @@ - Gets a dictionary of the names and values of an type. + Gets a dictionary of the names and values of an Enum type. @@ -10702,18 +8493,25 @@ - Builds a string. Unlike this class lets you reuse its internal buffer. + 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. + Determines whether the string is all white space. Empty string will return false. The string to test whether it is all white space. true if the string is all white space; otherwise, false. + + + Nulls an empty string. + + The string. + Null if the string was null, otherwise the string unchanged. + Specifies the state of the . @@ -10723,12 +8521,12 @@ 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 result in an being thrown. + Any other method calls results in an being thrown. - The method has been called. + The method has been called. @@ -10738,7 +8536,7 @@ - An array is being written. + A array is being written. @@ -10753,7 +8551,7 @@ - A write method has not been called. + A write method has not been called. -- cgit v1.2.3