JsonReader members
Processes a JavaScript Object Notation (JSON) string to create the client object.
The JsonReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
JsonReader | Initializes a new instance of the JsonReader class with the specified TextReader object and the ClientRuntimeContext object. This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Context | Gets the current client runtime context. This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the TextPeekReader. This member is reserved for internal use and is not intended to be used directly from your code. | |
PeekName | Gets the value of the JSON token whose type is Name. This member is reserved for internal use and is not intended to be used directly from your code. | |
PeekTokenType | Gets the type of a JSON token. This member is reserved for internal use and is not intended to be used directly from your code. | |
Read<T> | Creates a generic object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadArray<T> | Creates a generic array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadArrayEnd | Reads the token whose type is ArrayEnd. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadArrayStart | Reads the token whose type is ArrayStart. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadBoolean | Creates a Boolean object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadBooleanArray | Creates a Boolean array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadByte | Creates a Byte object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadByteArray | Creates a Byte array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadChar | Creates a Char from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadDateTime | Creates a DateTime object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadDateTimeArray | Creates a DateTime array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadDecimal | Reads the Decimal value. | |
ReadDecimalArray | Reads an array of Decimal objects. | |
ReadDictionary() | Creates a Dictionary<TKey, TValue> object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadDictionary<T>() | Creates a generic Dictionary<TKey, TValue> with a generic value from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadDouble | Creates a Double object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadDoubleArray | Creates a Double array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadEnum<T> | Creates a generic enumeration value from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadEnumArray<T> | Creates an enumeration value array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadGuid | Creates a Guid object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadGuidArray | Creates a Guid array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadInt16 | Creates a Int16 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadInt16Array | Creates a Int16 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadInt32 | Creates a Int32 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadInt32Array | Creates a Int32 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadInt64 | Creates a Int64 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadInt64Array | Creates a Int64 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadKeyValue | Creates a KeyValuePair<TKey, TValue> object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadList<T> | Creates a generic list object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadName | Gets the value of the JSON token whose type is Name. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadObject | Creates an Object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadObjectArray | Creates an Object array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadObjectEnd | Reads the token whose type is ObjectEnd. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadObjectStart | Reads the token whose type is ObjectStart. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadSingle | Creates a Single object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadSingleArray | Creates a Single array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadStream | Gets the stream associated with the stream link at the current position. | |
ReadString | Creates a String object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadStringArray | Creates a String array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadStringCollection | Creates a StringCollection object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadTimeSpan | Reads a TimeSpan interval from the JSON token. | |
ReadTimeSpanArray | Reads an array of TimeSpan objects. | |
ReadUInt16 | Creates a UInt16 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadUInt16Array | Creates a UInt16 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadUInt32 | Creates a UInt32 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadUInt32Array | Creates a UInt32 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadUInt64 | Creates a UInt64 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ReadUInt64Array | Creates a UInt64 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code. | |
ToString | (Inherited from Object.) |
Top