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