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