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