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