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