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
override public init()
-
Undocumented
Declaration
Swift
public convenience init(format: PropertyListSerialization.PropertyListFormat, readOptions: PropertyListSerialization.ReadOptions)
-
Undocumented
Declaration
Swift
override open func responseObject(for response: URLResponse?, data: Data) throws -> Any