DBTEAMLOGMemberChangeMembershipTypeTypeSerializer
Objective-C
@interface DBTEAMLOGMemberChangeMembershipTypeTypeSerializer : NSObject
Swift
class DBTEAMLOGMemberChangeMembershipTypeTypeSerializer : NSObject
The serialization class for the MemberChangeMembershipTypeType
struct.
-
Serializes
DBTEAMLOGMemberChangeMembershipTypeType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGMemberChangeMembershipTypeType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGMemberChangeMembershipTypeType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGMemberChangeMembershipTypeType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGMemberChangeMembershipTypeType
API object. -
Deserializes
DBTEAMLOGMemberChangeMembershipTypeType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGMemberChangeMembershipTypeType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGMemberChangeMembershipTypeType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGMemberChangeMembershipTypeType
API object.Return Value
An instantiation of the
DBTEAMLOGMemberChangeMembershipTypeType
object.