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