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