DataContractJsonSerializerSettings Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies DataContractJsonSerializer settings.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
The DataContractJsonSerializerSettings type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataContractJsonSerializerSettings | Initializes a new instance of the DataContractJsonSerializerSettings class. |
| Name | Description | |
|---|---|---|
![]() | DateTimeFormat | Gets or sets a DateTimeFormat that defines the culturally appropriate format of displaying dates and times. |
![]() | EmitTypeInformation | Gets or sets the data contract JSON serializer settings to emit type information. |
![]() | KnownTypes | Gets or sets a collection of types that may be present in the object graph serialized using this instance the DataContractJsonSerializerSettings. |
![]() | MaxItemsInObjectGraph | Gets or sets the maximum number of items in an object graph to serialize or deserialize. |
![]() | RootName | Gets or sets the root name of the selected object. |
![]() | SerializeReadOnlyTypes | Gets or sets a value that specifies whether to serialize read only types. |
![]() | UseSimpleDictionaryFormat | Gets or sets a value that specifies whether to use a simple dictionary format. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:


