| NullJsonProvider Methods | 
The NullJsonProvider type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | DeserializeT | 
            Deserializes a value from a JSON string.
            (Overrides JsonProviderDeserializeT(String).) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | SerializeT | 
            Serializes a value to a JSON string.
            (Overrides JsonProviderSerializeT(T).) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also