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