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