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