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