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