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