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