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