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