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