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