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