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