DataContractJsonSerializerSettings Properties

DataContractJsonSerializerSettings Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The DataContractJsonSerializerSettings type exposes the following members.

  NameDescription
Public property DateTimeFormat Gets or sets a DateTimeFormat that defines the culturally appropriate format of displaying dates and times.
Public property EmitTypeInformation Gets or sets the data contract JSON serializer settings to emit type information.
Public property KnownTypes Gets or sets a collection of types that may be present in the object graph serialized using this instance the DataContractJsonSerializerSettings.
Public property MaxItemsInObjectGraph Gets or sets the maximum number of items in an object graph to serialize or deserialize.
Public property RootName Gets or sets the root name of the selected object.
Public property SerializeReadOnlyTypes Gets or sets a value that specifies whether to serialize read only types.
Public property UseSimpleDictionaryFormat Gets or sets a value that specifies whether to use a simple dictionary format.
Top

Show:
© 2017 Microsoft