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