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