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