MobileServiceJsonSerializerSettings Class

Definition

JSON serializer settings to use with a MobileServiceClient.

public class MobileServiceJsonSerializerSettings : Newtonsoft.Json.JsonSerializerSettings
type MobileServiceJsonSerializerSettings = class
    inherit JsonSerializerSettings
Public Class MobileServiceJsonSerializerSettings
Inherits JsonSerializerSettings
Inheritance
Newtonsoft.Json.JsonSerializerSettings
MobileServiceJsonSerializerSettings

Constructors

MobileServiceJsonSerializerSettings()

Initializes a new instance of the MobileServiceJsonSerializerSettings class.

Properties

CamelCasePropertyNames

Indicates if the property names should be camel-cased when serialized out into JSON.

ContractResolver

Gets or sets the MobileServiceContractResolver instance.

Applies to