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