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