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