Namespace ReqRest.Serializers.NewtonsoftJson
Classes
JsonHttpContentBuilderExtensions
Extends the IHttpRequestMessageBuilder interface with methods for dealing with JSON data.
JsonHttpContentSerializer
An HttpContent (de-)serializer which uses the Newtonsoft.Json
library for the (de-)serialization process.
Consider using the Default property for accessing a default JsonHttpContentSerializer instance if you don't require any specific JSON serialization settings.
JsonHttpMethodBuilderExtensions
Provides static builder extension methods dealing with the HTTP method and JSON.
JsonResponseTypeInfoBuilderExtensions
Extends the ResponseTypeInfoBuilder<TRequest> class with methods for declaring that a certain response type will be received as JSON.