JsonMediaTypeFormatter::CreateDataContractSerializer Method (Type^)
Called during deserialization to get the DataContractJsonSerializer.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Parameters
- type
-
Type:
System::Type^
The type of object that will be serialized or deserialized.
Return Value
Type: System.Runtime.Serialization.Json::DataContractJsonSerializer^The object used for serialization.
Show: