DataContractSerializer Properties
.NET Framework 4.5
The DataContractSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataContractResolver | Gets the component used to dynamically map xsi:type declarations to known contract types. |
|
DataContractSurrogate | Gets a surrogate type that can extend the serialization or deserialization process. |
|
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. |