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