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