UNPKG

com.leancloud.storage

Version:

This is leancloud storage package

876 lines 705 kB
<?xml version="1.0"?> <doc> <assembly> <name>LC.Newtonsoft.Json</name> </assembly> <members> <member name="T:LC.Newtonsoft.Json.Bson.BsonObjectId"> <summary> Represents a BSON Oid (object id). </summary> </member> <member name="P:LC.Newtonsoft.Json.Bson.BsonObjectId.Value"> <summary> Gets or sets the value of the Oid. </summary> <value>The value of the Oid.</value> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Bson.BsonObjectId"/> class. </summary> <param name="value">The Oid value.</param> </member> <member name="T:LC.Newtonsoft.Json.Bson.BsonReader"> <summary> Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data. </summary> </member> <member name="P:LC.Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility"> <summary> Gets or sets a value indicating whether binary data reading should be compatible with incorrect Json.NET 3.5 written binary. </summary> <value> <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>. </value> </member> <member name="P:LC.Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray"> <summary> Gets or sets a value indicating whether the root object will be read as a JSON array. </summary> <value> <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>. </value> </member> <member name="P:LC.Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling"> <summary> Gets or sets the <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON. </summary> <value>The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</value> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Bson.BsonReader"/> class. </summary> <param name="stream">The <see cref="T:System.IO.Stream"/> containing the BSON data to read.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Bson.BsonReader"/> class. </summary> <param name="reader">The <see cref="T:System.IO.BinaryReader"/> containing the BSON data to read.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Bson.BsonReader"/> class. </summary> <param name="stream">The <see cref="T:System.IO.Stream"/> containing the BSON data to read.</param> <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Bson.BsonReader"/> class. </summary> <param name="reader">The <see cref="T:System.IO.BinaryReader"/> containing the BSON data to read.</param> <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonReader.Read"> <summary> Reads the next JSON token from the underlying <see cref="T:System.IO.Stream"/>. </summary> <returns> <c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read. </returns> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonReader.Close"> <summary> Changes the reader's state to <see cref="F:LC.Newtonsoft.Json.JsonReader.State.Closed"/>. If <see cref="P:LC.Newtonsoft.Json.JsonReader.CloseInput"/> is set to <c>true</c>, the underlying <see cref="T:System.IO.Stream"/> is also closed. </summary> </member> <member name="T:LC.Newtonsoft.Json.Bson.BsonWriter"> <summary> Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data. </summary> </member> <member name="P:LC.Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling"> <summary> Gets or sets the <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON. When set to <see cref="F:System.DateTimeKind.Unspecified" /> no conversion will occur. </summary> <value>The <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.</value> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Bson.BsonWriter"/> class. </summary> <param name="stream">The <see cref="T:System.IO.Stream"/> to write to.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Bson.BsonWriter"/> class. </summary> <param name="writer">The <see cref="T:System.IO.BinaryWriter"/> to write to.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.Flush"> <summary> Flushes whatever is in the buffer to the underlying <see cref="T:System.IO.Stream"/> and also flushes the underlying stream. </summary> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteEnd(LC.Newtonsoft.Json.JsonToken)"> <summary> Writes the end. </summary> <param name="token">The token.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)"> <summary> Writes a comment <c>/*...*/</c> containing the specified text. </summary> <param name="text">Text to place inside the comment.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)"> <summary> Writes the start of a constructor with the given name. </summary> <param name="name">The name of the constructor.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)"> <summary> Writes raw JSON. </summary> <param name="json">The raw JSON to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)"> <summary> Writes raw JSON where a value is expected and updates the writer's state. </summary> <param name="json">The raw JSON to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteStartArray"> <summary> Writes the beginning of a JSON array. </summary> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteStartObject"> <summary> Writes the beginning of a JSON object. </summary> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)"> <summary> Writes the property name of a name/value pair on a JSON object. </summary> <param name="name">The name of the property.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.Close"> <summary> Closes this writer. If <see cref="P:LC.Newtonsoft.Json.JsonWriter.CloseOutput"/> is set to <c>true</c>, the underlying <see cref="T:System.IO.Stream"/> is also closed. If <see cref="P:LC.Newtonsoft.Json.JsonWriter.AutoCompleteOnClose"/> is set to <c>true</c>, the JSON is auto-completed. </summary> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)"> <summary> Writes a <see cref="T:System.Object"/> value. An error will raised if the value cannot be written as a single JSON token. </summary> <param name="value">The <see cref="T:System.Object"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteNull"> <summary> Writes a null value. </summary> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteUndefined"> <summary> Writes an undefined value. </summary> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)"> <summary> Writes a <see cref="T:System.String"/> value. </summary> <param name="value">The <see cref="T:System.String"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)"> <summary> Writes a <see cref="T:System.Int32"/> value. </summary> <param name="value">The <see cref="T:System.Int32"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)"> <summary> Writes a <see cref="T:System.UInt32"/> value. </summary> <param name="value">The <see cref="T:System.UInt32"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)"> <summary> Writes a <see cref="T:System.Int64"/> value. </summary> <param name="value">The <see cref="T:System.Int64"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)"> <summary> Writes a <see cref="T:System.UInt64"/> value. </summary> <param name="value">The <see cref="T:System.UInt64"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)"> <summary> Writes a <see cref="T:System.Single"/> value. </summary> <param name="value">The <see cref="T:System.Single"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)"> <summary> Writes a <see cref="T:System.Double"/> value. </summary> <param name="value">The <see cref="T:System.Double"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)"> <summary> Writes a <see cref="T:System.Boolean"/> value. </summary> <param name="value">The <see cref="T:System.Boolean"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)"> <summary> Writes a <see cref="T:System.Int16"/> value. </summary> <param name="value">The <see cref="T:System.Int16"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)"> <summary> Writes a <see cref="T:System.UInt16"/> value. </summary> <param name="value">The <see cref="T:System.UInt16"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)"> <summary> Writes a <see cref="T:System.Char"/> value. </summary> <param name="value">The <see cref="T:System.Char"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)"> <summary> Writes a <see cref="T:System.Byte"/> value. </summary> <param name="value">The <see cref="T:System.Byte"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)"> <summary> Writes a <see cref="T:System.SByte"/> value. </summary> <param name="value">The <see cref="T:System.SByte"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)"> <summary> Writes a <see cref="T:System.Decimal"/> value. </summary> <param name="value">The <see cref="T:System.Decimal"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)"> <summary> Writes a <see cref="T:System.DateTime"/> value. </summary> <param name="value">The <see cref="T:System.DateTime"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)"> <summary> Writes a <see cref="T:System.DateTimeOffset"/> value. </summary> <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])"> <summary> Writes a <see cref="T:System.Byte"/>[] value. </summary> <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)"> <summary> Writes a <see cref="T:System.Guid"/> value. </summary> <param name="value">The <see cref="T:System.Guid"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)"> <summary> Writes a <see cref="T:System.TimeSpan"/> value. </summary> <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)"> <summary> Writes a <see cref="T:System.Uri"/> value. </summary> <param name="value">The <see cref="T:System.Uri"/> value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])"> <summary> Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id. </summary> <param name="value">The Object ID value to write.</param> </member> <member name="M:LC.Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)"> <summary> Writes a BSON regex. </summary> <param name="pattern">The regex pattern.</param> <param name="options">The regex options.</param> </member> <member name="T:LC.Newtonsoft.Json.ConstructorHandling"> <summary> Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:LC.Newtonsoft.Json.JsonSerializer"/>. </summary> </member> <member name="F:LC.Newtonsoft.Json.ConstructorHandling.Default"> <summary> First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor. </summary> </member> <member name="F:LC.Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor"> <summary> Json.NET will use a non-public default constructor before falling back to a parameterized constructor. </summary> </member> <member name="T:LC.Newtonsoft.Json.Converters.BinaryConverter"> <summary> Converts a binary value to and from a base 64 string value. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.BinaryConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.BinaryConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.BsonObjectIdConverter"> <summary> Converts a <see cref="T:LC.Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.CustomCreationConverter`1"> <summary> Creates a custom object. </summary> <typeparam name="T">The object type to convert.</typeparam> </member> <member name="M:LC.Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)"> <summary> Creates an object which will then be populated by the serializer. </summary> <param name="objectType">Type of the object.</param> <returns>The created object.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="P:LC.Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite"> <summary> Gets a value indicating whether this <see cref="T:LC.Newtonsoft.Json.JsonConverter"/> can write JSON. </summary> <value> <c>true</c> if this <see cref="T:LC.Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>. </value> </member> <member name="T:LC.Newtonsoft.Json.Converters.DataSetConverter"> <summary> Converts a <see cref="T:System.Data.DataSet"/> to and from JSON. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.DataSetConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.DataSetConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified value type. </summary> <param name="valueType">Type of the value.</param> <returns> <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.DataTableConverter"> <summary> Converts a <see cref="T:System.Data.DataTable"/> to and from JSON. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.DataTableConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.DataTableConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified value type. </summary> <param name="valueType">Type of the value.</param> <returns> <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.DateTimeConverterBase"> <summary> Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.DiscriminatedUnionConverter"> <summary> Converts a F# discriminated union type to and from JSON. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.EntityKeyMemberConverter"> <summary> Converts an Entity Framework <see cref="T:System.Data.EntityKeyMember"/> to and from JSON. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.EntityKeyMemberConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.EntityKeyMemberConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.EntityKeyMemberConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.ExpandoObjectConverter"> <summary> Converts an <see cref="T:System.Dynamic.ExpandoObject"/> to and from JSON. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="P:LC.Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite"> <summary> Gets a value indicating whether this <see cref="T:LC.Newtonsoft.Json.JsonConverter"/> can write JSON. </summary> <value> <c>true</c> if this <see cref="T:LC.Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>. </value> </member> <member name="T:LC.Newtonsoft.Json.Converters.IsoDateTimeConverter"> <summary> Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. <c>"2008-04-12T12:53Z"</c>). </summary> </member> <member name="P:LC.Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles"> <summary> Gets or sets the date time styles used when converting a date to and from JSON. </summary> <value>The date time styles used when converting a date to and from JSON.</value> </member> <member name="P:LC.Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat"> <summary> Gets or sets the date time format used when converting a date to and from JSON. </summary> <value>The date time format used when converting a date to and from JSON.</value> </member> <member name="P:LC.Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture"> <summary> Gets or sets the culture used when converting a date to and from JSON. </summary> <value>The culture used when converting a date to and from JSON.</value> </member> <member name="M:LC.Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.JavaScriptDateTimeConverter"> <summary> Converts a <see cref="T:System.DateTime"/> to and from a JavaScript <c>Date</c> constructor (e.g. <c>new Date(52231943)</c>). </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing property value of the JSON that is being converted.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.KeyValuePairConverter"> <summary> Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.RegexConverter"> <summary> Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.RegexConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.RegexConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.StringEnumConverter"> <summary> Converts an <see cref="T:System.Enum"/> to and from its name string value. </summary> </member> <member name="P:LC.Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText"> <summary> Gets or sets a value indicating whether the written enum text should be camel case. The default value is <c>false</c>. </summary> <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value> </member> <member name="P:LC.Newtonsoft.Json.Converters.StringEnumConverter.NamingStrategy"> <summary> Gets or sets the naming strategy used to resolve how enum text is written. </summary> <value>The naming strategy used to resolve how enum text is written.</value> </member> <member name="P:LC.Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues"> <summary> Gets or sets a value indicating whether integer values are allowed when serializing and deserializing. The default value is <c>true</c>. </summary> <value><c>true</c> if integers are allowed when serializing and deserializing; otherwise, <c>false</c>.</value> </member> <member name="M:LC.Newtonsoft.Json.Converters.StringEnumConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Converters.StringEnumConverter"/> class. </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.StringEnumConverter.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Converters.StringEnumConverter"/> class. </summary> <param name="camelCaseText"><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.StringEnumConverter.#ctor(LC.Newtonsoft.Json.Serialization.NamingStrategy,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Converters.StringEnumConverter"/> class. </summary> <param name="namingStrategy">The naming strategy used to resolve how enum text is written.</param> <param name="allowIntegerValues"><c>true</c> if integers are allowed when serializing and deserializing; otherwise, <c>false</c>.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.StringEnumConverter.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Converters.StringEnumConverter"/> class. </summary> <param name="namingStrategyType">The <see cref="T:System.Type"/> of the <see cref="T:LC.Newtonsoft.Json.Serialization.NamingStrategy"/> used to write enum text.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.StringEnumConverter.#ctor(System.Type,System.Object[])"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Converters.StringEnumConverter"/> class. </summary> <param name="namingStrategyType">The <see cref="T:System.Type"/> of the <see cref="T:LC.Newtonsoft.Json.Serialization.NamingStrategy"/> used to write enum text.</param> <param name="namingStrategyParameters"> The parameter list to use when constructing the <see cref="T:LC.Newtonsoft.Json.Serialization.NamingStrategy"/> described by <paramref name="namingStrategyType"/>. If <c>null</c>, the default constructor is used. When non-<c>null</c>, there must be a constructor defined in the <see cref="T:LC.Newtonsoft.Json.Serialization.NamingStrategy"/> that exactly matches the number, order, and type of these parameters. </param> </member> <member name="M:LC.Newtonsoft.Json.Converters.StringEnumConverter.#ctor(System.Type,System.Object[],System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:LC.Newtonsoft.Json.Converters.StringEnumConverter"/> class. </summary> <param name="namingStrategyType">The <see cref="T:System.Type"/> of the <see cref="T:LC.Newtonsoft.Json.Serialization.NamingStrategy"/> used to write enum text.</param> <param name="namingStrategyParameters"> The parameter list to use when constructing the <see cref="T:LC.Newtonsoft.Json.Serialization.NamingStrategy"/> described by <paramref name="namingStrategyType"/>. If <c>null</c>, the default constructor is used. When non-<c>null</c>, there must be a constructor defined in the <see cref="T:LC.Newtonsoft.Json.Serialization.NamingStrategy"/> that exactly matches the number, order, and type of these parameters. </param> <param name="allowIntegerValues"><c>true</c> if integers are allowed when serializing and deserializing; otherwise, <c>false</c>.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member name="M:LC.Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(LC.Newtonsoft.Json.JsonReader,System.Type,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Reads the JSON representation of the object. </summary> <param name="reader">The <see cref="T:LC.Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> </member> <member name="M:LC.Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)"> <summary> Determines whether this instance can convert the specified object type. </summary> <param name="objectType">Type of the object.</param> <returns> <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. </returns> </member> <member name="T:LC.Newtonsoft.Json.Converters.UnixDateTimeConverter"> <summary> Converts a <see cref="T:System.DateTime"/> to and from Unix epoch time </summary> </member> <member name="M:LC.Newtonsoft.Json.Converters.UnixDateTimeConverter.WriteJson(LC.Newtonsoft.Json.JsonWriter,System.Object,LC.Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. </summary> <param name="writer">The <see cref="T:LC.Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> </member> <member