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