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