BaseJsonMediaTypeFormatter::CreateJsonSerializer Method ()

 

Called during serialization and deserialization to get the JsonSerializer.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

public:
virtual JsonSerializer^ CreateJsonSerializer()

Return Value

Type: Newtonsoft.Json::JsonSerializer^

The JsonSerializer used during serialization and deserialization.

Return to top
Show: