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