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