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