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