ReqRest
Show / Hide Table of Contents

Namespace ReqRest.Serializers

Classes

HttpContentDeserializerExtensions

Extends the IHttpContentDeserializer with default extension methods.

HttpContentSerializationException

An exception that gets thrown by various members inside the library when an IHttpContentDeserializer throws an exception during the deserialization of a resource.

HttpContentSerializer

An abstract base class for implementers of the IHttpContentSerializer and IHttpContentDeserializer interfaces.

This class takes care of the boilerplate code that should be implemented for these two interfaces. See remarks for details.

Interfaces

IHttpContentDeserializer

Represents an element which is able to deserialize .NET objects from an HttpContent instance.

Consider deriving from HttpContentSerializer instead of implementing this interface directly.

IHttpContentSerializer

Represents an element which is able to serialize .NET objects into HttpContent instances.

Consider deriving from HttpContentSerializer instead of implementing this interface directly.

Back to top Copyright © 2019 ReqRest - Generated with DocFX - Material Theme made by Oscar Vásquez - Impressum (Imprint)