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