diff --git a/CMS_SC/bin/CMS_SC.dll.config b/CMS_SC/bin/CMS_SC.dll.config index fa07e15..d2c5416 100644 --- a/CMS_SC/bin/CMS_SC.dll.config +++ b/CMS_SC/bin/CMS_SC.dll.config @@ -175,7 +175,7 @@ - + diff --git a/CMS_SC/bin/Newtonsoft.Json.xml b/CMS_SC/bin/Newtonsoft.Json.xml index b386458..2ef7a77 100644 --- a/CMS_SC/bin/Newtonsoft.Json.xml +++ b/CMS_SC/bin/Newtonsoft.Json.xml @@ -767,12 +767,14 @@ Gets or sets a value indicating whether the written enum text should be camel case. + The default value is false. true if the written enum text will be camel case; otherwise, false. Gets or sets a value indicating whether integer values are allowed when deserializing. + The default value is true. true if integers are allowed when deserializing; otherwise, false. @@ -814,6 +816,29 @@ true if this instance can convert the specified object type; otherwise, false. + + + Converts a to and from Unix epoch time + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + Converts a to and from a string (e.g. "1.2.3.4"). @@ -1825,6 +1850,58 @@ true if this can write JSON; otherwise, false. + + + Converts an object to and from JSON. + + The object type to convert. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + 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. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. If there is no existing value then null will be used. + The existing value has a value. + 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. + + Instructs the to use the specified when serializing the member or class. @@ -1953,6 +2030,12 @@ The member serialization. + + + Gets or sets how the object's properties with null values are handled during serialization and deserialization. + + How the object's properties with null values are handled during serialization and deserialization. + Gets or sets a value that indicates whether the object's properties are required. @@ -2119,7 +2202,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2128,7 +2211,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2138,7 +2221,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2148,7 +2231,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2158,7 +2241,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2168,7 +2251,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2178,7 +2261,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2188,7 +2271,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2198,7 +2281,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2208,7 +2291,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -2610,6 +2693,7 @@ Gets or sets how type name writing and reading is handled by the serializer. + The default value is . should be used with caution when your application deserializes JSON from an external source. @@ -2620,55 +2704,65 @@ Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . The type name assembly format. Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . The type name assembly format. Gets or sets how object references are preserved by the serializer. + The default value is . Gets or sets how reference loops (e.g. a class referencing itself) is handled. + The default value is . 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 default value is . Gets or sets how null values are handled during serialization and deserialization. + The default value is . Gets or sets how default values are handled during serialization and deserialization. + The default value is . Gets or sets how objects are created during deserialization. + The default value is . The object creation handling. Gets or sets how constructors are used during deserialization. + The default value is . The constructor handling. Gets or sets how metadata properties are used during deserialization. + The default value is . The metadata properties handling. @@ -2693,26 +2787,31 @@ Indicates how JSON text output is formatted. + The default value is . Gets or sets how dates are written to JSON text. + The default value is . Gets or sets how time zones are handled during serialization and deserialization. + The default value is . Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + The default value is . Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + The default value is . @@ -2720,32 +2819,39 @@ Gets or sets how special floating point numbers, e.g. , and , are written as JSON text. + The default value is . Gets or sets how strings are escaped when writing JSON text. + The default value is . Gets or sets how and values are formatted when writing JSON text, and the expected date format when reading JSON text. + The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". - Gets or sets the culture used when reading JSON. Defaults to . + Gets or sets the culture used when reading JSON. + The default value is . Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is null. Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. + The default value is false. true if there will be a check for additional JSON content after deserializing an object; otherwise, false. @@ -2904,30 +3010,35 @@ Gets or sets how reference loops (e.g. a class referencing itself) are handled. + The default value is . Reference loop handling. Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + The default value is . Missing member handling. Gets or sets how objects are created during deserialization. + The default value is . The object creation handling. Gets or sets how null values are handled during serialization and deserialization. + The default value is . Null value handling. Gets or sets how default values are handled during serialization and deserialization. + The default value is . The default value handling. @@ -2940,12 +3051,14 @@ Gets or sets how object references are preserved by the serializer. + The default value is . The preserve references handling. Gets or sets how type name writing and reading is handled by the serializer. + The default value is . should be used with caution when your application deserializes JSON from an external source. @@ -2957,24 +3070,28 @@ Gets or sets how metadata properties are used during deserialization. + The default value is . The metadata properties handling. Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . The type name assembly format. Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . The type name assembly format. Gets or sets how constructors are used during deserialization. + The default value is . The constructor handling. @@ -3037,31 +3154,38 @@ Gets or sets how and values are formatted when writing JSON text, and the expected date format when reading JSON text. + The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is null. Indicates how JSON text output is formatted. + The default value is . Gets or sets how dates are written to JSON text. + The default value is . Gets or sets how time zones are handled during serialization and deserialization. + The default value is . - 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 date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + The default value is . @@ -3069,26 +3193,31 @@ Gets or sets how special floating point numbers, e.g. , and , are written as JSON. + The default value is . Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + The default value is . Gets or sets how strings are escaped when writing JSON text. + The default value is . - Gets or sets the culture used when reading JSON. Defaults to . + Gets or sets the culture used when reading JSON. + The default value is . Gets a value indicating whether there will be a check for additional content after deserializing an object. + The default value is false. true if there will be a check for additional content after deserializing an object; otherwise, false. @@ -4376,7 +4505,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4385,7 +4514,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4395,7 +4524,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4404,7 +4533,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4413,7 +4542,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4422,7 +4551,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4432,7 +4561,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4441,7 +4570,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4450,7 +4579,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4459,7 +4588,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4468,7 +4597,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4477,7 +4606,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4487,7 +4616,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4498,7 +4627,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4507,7 +4636,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4517,7 +4646,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4527,7 +4656,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4537,7 +4666,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4546,7 +4675,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4556,7 +4685,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4567,7 +4696,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4577,7 +4706,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4592,7 +4721,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4602,7 +4731,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4612,7 +4741,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4622,7 +4751,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4632,7 +4761,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4642,7 +4771,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4652,7 +4781,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4662,7 +4791,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4672,7 +4801,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4682,7 +4811,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4692,7 +4821,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4702,7 +4831,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4712,7 +4841,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4722,7 +4851,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4732,7 +4861,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4742,7 +4871,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4752,7 +4881,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4762,7 +4891,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4772,7 +4901,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4782,7 +4911,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4792,7 +4921,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4802,7 +4931,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4812,7 +4941,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4822,7 +4951,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4832,7 +4961,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4842,7 +4971,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4852,7 +4981,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4862,7 +4991,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4872,7 +5001,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4882,7 +5011,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4892,7 +5021,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4902,7 +5031,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4912,7 +5041,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4922,7 +5051,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4932,7 +5061,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4942,7 +5071,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4952,7 +5081,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4962,7 +5091,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4972,7 +5101,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4981,7 +5110,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -4991,7 +5120,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -5002,7 +5131,7 @@ 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. + classes can override this behaviour for true asynchronicity. @@ -5530,21 +5659,6 @@ Load comments as a with type . - - - Specifies how line information is handled when loading JSON. - - - - - Ignore line information. - - - - - Load line information. - - Contains the LINQ to JSON extension methods. @@ -6441,6 +6555,13 @@ Name of the property. The value. + + + Determines whether the JSON object has the specified property name. + + Name of the property. + true if the JSON object has the specified property name; otherwise, false. + Removes the property with the specified name. @@ -8338,6 +8459,21 @@ is not of the same type as this instance. + + + Specifies how line information is handled when loading JSON. + + + + + Ignore line information. + + + + + Load line information. + + Specifies how JSON arrays are merged together. @@ -9231,6 +9367,22 @@ true if the attribute will be ignored when serializing and deserializing types; otherwise, false. + + + Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types. + + + true if the IsSpecified members will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types. + + + true if the ShouldSerialize members will be ignored when serializing and deserializing types; otherwise, false. + + Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized. @@ -9982,6 +10134,12 @@ A value indicating whether the object's properties are required. + + + Gets or sets how the object's properties with null values are handled during serialization and deserialization. + + How the object's properties with null values are handled during serialization and deserialization. + Gets the object's properties. @@ -10618,18 +10776,12 @@ with a restriction limiting our type - + - Gets a dictionary of the names and values of an type. + Helper class for serializing immutable collections. + Note that this is used by all builds, even those that don't support immutable collections, in case the DLL is GACed + https://github.com/JamesNK/Newtonsoft.Json/issues/652 - - - - - Gets a dictionary of the names and values of an Enum type. - - The enum type to get names and values for. -