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.
JsonMediaTypeFormatter.CreateDataContractSerializer Method (Type)
Called during deserialization to get the DataContractJsonSerializer.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Public Overridable Function CreateDataContractSerializer ( type As Type ) As DataContractJsonSerializer
Parameters
- type
-
Type:
System.Type
The type of object that will be serialized or deserialized.
Return Value
Type: System.Runtime.Serialization.Json.DataContractJsonSerializerThe object used for serialization.
Show: