DBFILESDownloadZipResultSerializer
Objective-C
@interface DBFILESDownloadZipResultSerializer : NSObject
Swift
class DBFILESDownloadZipResultSerializer : NSObject
The serialization class for the DownloadZipResult struct.
-
Serializes
DBFILESDownloadZipResultinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBFILESDownloadZipResult *)instance;Swift
class func serialize(_ instance: DBFILESDownloadZipResult) -> [String : Any]?Parameters
instanceAn instance of the
DBFILESDownloadZipResultAPI object.Return Value
A json-compatible dictionary representation of the
DBFILESDownloadZipResultAPI object. -
Deserializes
DBFILESDownloadZipResultinstances.Declaration
Objective-C
+ (nonnull DBFILESDownloadZipResult *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBFILESDownloadZipResultParameters
dictA json-compatible dictionary representation of the
DBFILESDownloadZipResultAPI object.Return Value
An instantiation of the
DBFILESDownloadZipResultobject.
View on GitHub
DBFILESDownloadZipResultSerializer Class Reference