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