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