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