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