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