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