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