MobileServiceJsonSerializerSettings
Class
Definition
JSON serializer settings to use with a MobileServiceClient.
public class MobileServiceJsonSerializerSettings : Newtonsoft.Json.JsonSerializerSettings
- Inheritance
-
Newtonsoft.Json.JsonSerializerSettingsMobileServiceJsonSerializerSettings
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. |