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