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