The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataContractJsonSerializerSettings Class
.NET Framework 4.5
Specifies DataContractJsonSerializer settings.
Namespace: System.Runtime.Serialization.Json
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
The DataContractJsonSerializerSettings type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | DataContractJsonSerializerSettings | Initializes a new instance of the DataContractJsonSerializerSettings class. |
| Name | Description | |
|---|---|---|
![]() | DataContractSurrogate | Gets or sets a surrogate type that is currently active for given IDataContractSurrogate instance. |
![]() ![]() | DateTimeFormat | Gets or sets a DateTimeFormat that defines the culturally appropriate format of displaying dates and times. |
![]() ![]() | EmitTypeInformation | Gets or sets the data contract JSON serializer settings to emit type information. |
![]() | 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 the DataContractJsonSerializerSettings. |
![]() ![]() | MaxItemsInObjectGraph | Gets or sets the maximum number of items in an object graph to serialize or deserialize. |
![]() ![]() | RootName | Gets or sets the root name of the selected object. |
![]() ![]() | SerializeReadOnlyTypes | Gets or sets a value that specifies whether to serialize read only types. |
![]() ![]() | UseSimpleDictionaryFormat | Gets or sets a value that specifies whether to use a simple dictionary format. |
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


