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