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