ICustomMobileServiceTableSerialization.Deserialize Method
Include Protected Members
Include Inherited Members
Deserializes a JSON value into this instance.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Deserialize(IJsonValue) | Deserializes a JSON value into this instance. Not supported in Windows Phone 8 apps. | |
Deserialize(JToken) | Deserializes a JSON value into this instance. Supported only in Windows Phone 8 apps. |
Top