ICustomMobileServiceTableSerialization.Serialize Method

Serialize this instance to a JSON value.

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

Syntax

'Declaration
Function Serialize As IJsonValue
'Usage
Dim instance As ICustomMobileServiceTableSerialization 
Dim returnValue As IJsonValue 

returnValue = instance.Serialize()
IJsonValue Serialize()
IJsonValue^ Serialize()
abstract Serialize : unit -> IJsonValue
function Serialize() : IJsonValue

Return Value

Type: IJsonValue
The serialized JSON value.

See Also

Reference

ICustomMobileServiceTableSerialization Interface

Microsoft.WindowsAzure.MobileServices Namespace