DBTEAMLOGTeamMergeRequestReminderTypeSerializer
Objective-C
@interface DBTEAMLOGTeamMergeRequestReminderTypeSerializer : NSObject
Swift
class DBTEAMLOGTeamMergeRequestReminderTypeSerializer : NSObject
The serialization class for the TeamMergeRequestReminderType
struct.
-
Serializes
DBTEAMLOGTeamMergeRequestReminderType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGTeamMergeRequestReminderType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGTeamMergeRequestReminderType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGTeamMergeRequestReminderType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGTeamMergeRequestReminderType
API object. -
Deserializes
DBTEAMLOGTeamMergeRequestReminderType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGTeamMergeRequestReminderType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGTeamMergeRequestReminderType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGTeamMergeRequestReminderType
API object.Return Value
An instantiation of the
DBTEAMLOGTeamMergeRequestReminderType
object.