PropertyListResponseSerializer

open class PropertyListResponseSerializer : HTTPResponseSerializer

Undocumented

  • Undocumented

    Declaration

    Swift

    open var format: PropertyListSerialization.PropertyListFormat
  • Undocumented

    Declaration

    Swift

    open var readOptions: PropertyListSerialization.ReadOptions
  • Undocumented

    Declaration

    Swift

    public override init()
  • Undocumented

    Declaration

    Swift

    public convenience init(format: PropertyListSerialization.PropertyListFormat, readOptions: PropertyListSerialization.ReadOptions)
  • Undocumented

    Declaration

    Swift

    open override func responseObject(for response: URLResponse?, data: Data) throws -> Any