Namespace JsonApiDotNetCore.Serialization.Request
Classes
- JsonApiReader
Deserializes the incoming JSON:API request body and converts it to models, which are passed to controller actions by ASP.NET on
FromBodyparameters.
- ModelConversionException
The error that is thrown when unable to convert a deserialized request body to an ASP.NET model.
Interfaces
- IJsonApiReader
Deserializes the incoming JSON:API request body and converts it to models, which are passed to controller actions by ASP.NET on
FromBodyparameters.