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