关于[JSON Serialization and Deserialization using System.Text.Json with Refit]的摘要:
Refit is a very useful library that allows to define an interface for a REST API and call it hiding all the HTTP and JSON serialization/deserialization bits. A lot of samples of its usage are available on GitHub.