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