JsonProvider Class |
Namespace: FM.IceLink.JsonNet
The JsonProvider type exposes the following members.
Name | Description | |
---|---|---|
JsonProvider | Initializes a new instance of the JsonProvider class |
Name | Description | |
---|---|---|
DeserializeSettings |
Gets or sets the Json.NET deserialize settings.
| |
SerializeSettings |
Gets or sets the Json.NET serialize settings.
|
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.) |