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