ICustomMobileServiceTableSerialization Interface

The ICustomMobileServiceTableSerialization interface allows types to define custom serialization and deserialization behavior. It allows for scenarios like versioning data models or accepting arbitrary sets of properties.

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

Syntax

'Declaration
Public Interface ICustomMobileServiceTableSerialization
'Usage
Dim instance As ICustomMobileServiceTableSerialization
public interface ICustomMobileServiceTableSerialization
public interface class ICustomMobileServiceTableSerialization
type ICustomMobileServiceTableSerialization =  interface end
public interface ICustomMobileServiceTableSerialization

The ICustomMobileServiceTableSerialization type exposes the following members.

Methods

  Name Description
Public method Deserialize(IJsonValue) Deserializes a JSON value into this instance. Not supported in Windows Phone 8 apps.
Public method Deserialize(JToken) Deserializes a JSON value into this instance. Supported only in Windows Phone 8 apps.
Public method Serialize Serialize this instance to a JSON value.

Top

See Also

Reference

Microsoft.WindowsAzure.MobileServices Namespace