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