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