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