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