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