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