ResponseSerializer

public protocol ResponseSerializer : DataResponseSerializerProtocol, DownloadResponseSerializerProtocol where Self.SerializedObject == Self.SerializedObject

A serializer that can handle both data and download responses.

  • emptyRequestMethods Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var emptyRequestMethods: Set<HTTPMethod> { get }
  • emptyResponseCodes Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var emptyResponseCodes: Set<Int> { get }