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