Implements Decoder/Encoder protocols that can be used to change the decoder/encoder properties in Configuration. These decoder/encoder can be overridden for particular endpoints by the overrideStandardDecoderWith(_ decoder: Decoder) method in Endpoint.
Fixes a bug where a method overload didn't work as expected: Because of this all responses from the backend weren't decoded at all.
Implements Decoder/Encoder protocols that can be used to change the decoder/encoder properties in
Configuration
. These decoder/encoder can be overridden for particular endpoints by theoverrideStandardDecoderWith(_ decoder: Decoder)
method inEndpoint
.Fixes a bug where a method overload didn't work as expected: Because of this all responses from the backend weren't decoded at all.