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