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