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