DataContractJsonSerializer Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The DataContractJsonSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
|
DateTimeFormat | Gets the format of the date and time type items in object graph. |
|
EmitTypeInformation | Gets or sets the data contract JSON serializer settings to emit type information. |
|
KnownTypes | Gets a collection of types that may be present in the object graph serialized using this instance of the DataContractJsonSerializer. |
|
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. |
Show: