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