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