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