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