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