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