DBTEAMLOGShowcaseResolveCommentDetailsSerializer
Objective-C
@interface DBTEAMLOGShowcaseResolveCommentDetailsSerializer : NSObject
Swift
class DBTEAMLOGShowcaseResolveCommentDetailsSerializer : NSObject
The serialization class for the ShowcaseResolveCommentDetails
struct.
-
Serializes
DBTEAMLOGShowcaseResolveCommentDetails
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGShowcaseResolveCommentDetails *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGShowcaseResolveCommentDetails) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGShowcaseResolveCommentDetails
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGShowcaseResolveCommentDetails
API object. -
Deserializes
DBTEAMLOGShowcaseResolveCommentDetails
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGShowcaseResolveCommentDetails *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGShowcaseResolveCommentDetails
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGShowcaseResolveCommentDetails
API object.Return Value
An instantiation of the
DBTEAMLOGShowcaseResolveCommentDetails
object.