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