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