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