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