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