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