DataContractSerializerSettings Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The DataContractSerializerSettings type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataContractResolver | Gets or sets the component used to dynamically map xsi:type declarations to known contract types. |
|
KnownTypes | Gets or sets a collection of types that may be present in the object graph serialized using this instance of the DataContractSerializerSettings. |
|
MaxItemsInObjectGraph | Gets or sets the maximum number of items in an object graph to serialize or deserialize. |
|
PreserveObjectReferences | Gets or sets a value that specifies whether to use non-standard XML constructs to preserve object reference data. |
|
RootName | Gets or sets the root name of the selected object. |
|
RootNamespace | Gets or sets the root namespace for the specified object. |
|
SerializeReadOnlyTypes | Gets or sets a value that specifies whether to serialize read only types. |
Show: