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