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