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