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