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