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