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