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