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