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