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