DataContractSerializerSettings Class
Specifies data contract serializer settings.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | DataContractSerializerSettings() | Initializes a new instance of the DataContractSerializerSettings class. |
| Name | Description | |
|---|---|---|
![]() | DataContractResolver | Gets or sets the component used to dynamically map xsi:type declarations to known contract types. |
![]() | DataContractSurrogate | Gets or sets a serialization surrogate. |
![]() | IgnoreExtensionDataObject | Gets or sets 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 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


