ResponseSerializable

public protocol ResponseSerializable

Represents a Alamofire.DataResponseSerializer that is associated with Requestable.

  • The response type.

    Declaration

    Swift

    associatedtype Response
  • responseSerializer Default implementation

    The data response serializer.

    Default Implementation

    Alamofire.DataRequest.dataResponseSerializer()

    Declaration

    Swift

    var responseSerializer: AnyResponseSerializer<Result<Response>> { get }
  • context Default implementation

    context.

    Default Implementation

    nil

    Declaration

    Swift

    var context: [String : Any]? { get }