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