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