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