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