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