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