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