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