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