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