← Back
Milan Jovanovic October 7, 2024 34s

Combine Newtonsoft and Refit (surprisingly simple)

Summary

This tech transcript explains how to configure Refit to use Newtonsoft.Json instead of the default System.Text.Json serializer for HTTP clients. The key takeaway is that by registering a Refit client and specifying the Newtonsoft.Json content serializer within the Refit settings, developers can leverage advanced features not present in the default serializer for their API interactions.

View original episode ↗