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