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