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