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