DataContractSerializer Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The DataContractSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
|
IgnoreExtensionDataObject | Gets a value that specifies whether to ignore data supplied by an extension of the class when the class is being serialized or deserialized. |
|
KnownTypes | Gets a collection of types that may be present in the object graph serialized using this instance of the DataContractSerializer. |
|
MaxItemsInObjectGraph | Gets the maximum number of items in an object graph to serialize or deserialize. |
|
PreserveObjectReferences | Gets a value that specifies whether to use non-standard XML constructs to preserve object reference data. |
|
SerializeReadOnlyTypes | Gets a value that specifies whether read-only types are serialized. |
Show: