You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reynard would attempt to serialize a request body according to the first content-type in the request body content specification it supports. For response bodies it ignores the specification, but uses a best-effort approach to deserialize the response body according to the content-type. Both serializers and deserializers are configured for supporting content-types and can be overridden at any point while building a request.
The text was updated successfully, but these errors were encountered:
Feature
(De)serialization
Why and what
Reynard would attempt to serialize a request body according to the first content-type in the request body content specification it supports. For response bodies it ignores the specification, but uses a best-effort approach to deserialize the response body according to the content-type. Both serializers and deserializers are configured for supporting content-types and can be overridden at any point while building a request.
The text was updated successfully, but these errors were encountered: