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