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