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