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