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