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