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