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