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