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