URLSessionJSONNetworkHandler
public class URLSessionJSONNetworkHandler : URLSessionNetworkHandler<JSONEncoder, JSONDecoder>
The URLSessionJSONNetworkHandler is a specialized version of URLSessionNetworkHandler that uses JSON as encoding and decoding strategy.
-
initinitializes aURLSessionNetworkHandlerwith aJSONEncoderandJSONDecoderDeclaration
Swift
public init()
View on GitHub
URLSessionJSONNetworkHandler Class Reference