Serialization and Error Handling
In this service release, the usage of the static JsonSerializer
was replaced by an JsonConverter
, injected in the constructor and registered in the IServiceBuilderExtension
.
The error handling has been updated, read more about that in the documentation.