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