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