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