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