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