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