Share via


ICustomMobileServiceTableSerialization.Deserialize Method (JToken)

Deserializes a JSON value into this instance.

Supported only in Windows Phone 8 apps.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Sub Deserialize ( _
    value As JToken _
)
'Usage
Dim instance As ICustomMobileServiceTableSerialization 
Dim value As JToken

instance.Deserialize(value)
void Deserialize(
    JToken value
)
void Deserialize(
    JToken^ value
)
abstract Deserialize : 
        value:JToken -> unit
function Deserialize(
    value : JToken
)

Parameters

  • value
    Type: JToken
    The JSON value to deserialize.

See Also

Reference

ICustomMobileServiceTableSerialization Interface

Deserialize Overload

Microsoft.WindowsAzure.MobileServices Namespace