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