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