_ResponseSerializable
public protocol _ResponseSerializable
Undocumented
-
The response type.
Declaration
Swift
associatedtype Response
-
keypath
Default implementationThe keypath.
Default Implementation
nil
Declaration
Swift
var keypath: String? { get }
-
context
Default implementationcontext.
Default Implementation
nil
Declaration
Swift
var context: [String : Any]? { get }