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