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