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