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