| JsonSerializer Methods | 
The JsonSerializer type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | DeserializeBoolean | 
            Deserializes a boolean value.
             | 
|   | DeserializeBooleanArray | 
            Deserializes a boolean array from JSON.
             | 
|   | DeserializeDecimal | 
            Deserializes a decimal value.
             | 
|   | DeserializeDecimalArray | 
            Deserializes a decimal array from JSON.
             | 
|   | DeserializeDictionaryT | 
            Deserializes a JSON string into a dictionary.
             | 
|   | DeserializeDouble | 
            Deserializes a double value.
             | 
|   | DeserializeDoubleArray | 
            Deserializes a double array from JSON.
             | 
|   | DeserializeFloat | 
            Deserializes a float value.
             | 
|   | DeserializeFloatArray | 
            Deserializes a float array from JSON.
             | 
|   | DeserializeGuid | 
            Deserializes a globally unique identifier.
             | 
|   | DeserializeGuidArray | 
            Deserializes a GUID array from JSON.
             | 
|   | DeserializeInteger | 
            Deserializes an integer value.
             | 
|   | DeserializeIntegerArray | 
            Deserializes a integer array from JSON.
             | 
|   | DeserializeLong | 
            Deserializes a long value.
             | 
|   | DeserializeLongArray | 
            Deserializes a long array from JSON.
             | 
|   | DeserializeObjectT | 
            Deserializes a JSON string into a target object type.
             | 
|   | DeserializeObjectArrayT | 
            Deserializes a JSON string into an array of target object types.
             | 
|   | DeserializeObjectFastT | 
            Deserializes a JSON string into a Serializable target object type.
             | 
|   | DeserializeRaw | 
            Deserializes a piece of raw JSON.
             | 
|   | DeserializeRawArray | 
            Deserializes a raw array from JSON.
             | 
|   | DeserializeString | 
            Deserializes a string.
             | 
|   | DeserializeStringArray | 
            Deserializes a simple string array from JSON.
             | 
|  | Equals | (Inherited from Object.) | 
|   | EscapeString | 
            Escapes any special characters in a string.
             | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|   | IsValidJson | 
            Determines whether the specified JSON string is valid.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | SerializeBoolean | 
            Serializes a boolean value.
             | 
|   | SerializeBooleanArray | 
            Serializes a boolean array to JSON.
             | 
|   | SerializeDecimal | 
            Serializes a decimal value.
             | 
|   | SerializeDecimalArray | 
            Serializes a decimal array to JSON.
             | 
|   | SerializeDictionaryT | 
            Serializes a dictionary into a JSON string.
             | 
|   | SerializeDouble | 
            Serializes a double value.
             | 
|   | SerializeDoubleArray | 
            Serializes a double array to JSON.
             | 
|   | SerializeFloat | 
            Serializes a float value.
             | 
|   | SerializeFloatArray | 
            Serializes a float array to JSON.
             | 
|   | SerializeGuid | 
            Serializes a globally unique identifier.
             | 
|   | SerializeGuidArray | 
            Serializes a GUID array to JSON.
             | 
|   | SerializeInteger | 
            Serializes an integer value.
             | 
|   | SerializeIntegerArray | 
            Serializes a integer array to JSON.
             | 
|   | SerializeLong | 
            Serializes a long value.
             | 
|   | SerializeLongArray | 
            Serializes a long array to JSON.
             | 
|   | SerializeObjectT | 
            Serializes an object into a JSON string.
             | 
|   | SerializeObjectArrayT | 
            Serializes an object array into a JSON string.
             | 
|   | SerializeObjectFastT | 
            Serializes a Serializable object into a JSON string.
             | 
|   | SerializeRaw | 
            Serializes a piece of raw JSON.
             | 
|   | SerializeRawArray | 
            Serializes a raw array to JSON.
             | 
|   | SerializeString | 
            Serializes a string.
             | 
|   | SerializeStringArray | 
            Serializes a string array to JSON.
             | 
|  | ToString | (Inherited from Object.) | 
|   | TrimQuotes | 
            Trims the quotes from a JavaScript string value.
             | 
|   | UnescapeString | 
            Unescapes any special characters from a string.
             | 
 See Also
See Also