DBTEAMLOGTfaAddSecurityKeyTypeSerializer
Objective-C
@interface DBTEAMLOGTfaAddSecurityKeyTypeSerializer : NSObject
Swift
class DBTEAMLOGTfaAddSecurityKeyTypeSerializer : NSObject
The serialization class for the TfaAddSecurityKeyType
struct.
-
Serializes
DBTEAMLOGTfaAddSecurityKeyType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGTfaAddSecurityKeyType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGTfaAddSecurityKeyType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGTfaAddSecurityKeyType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGTfaAddSecurityKeyType
API object. -
Deserializes
DBTEAMLOGTfaAddSecurityKeyType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGTfaAddSecurityKeyType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGTfaAddSecurityKeyType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGTfaAddSecurityKeyType
API object.Return Value
An instantiation of the
DBTEAMLOGTfaAddSecurityKeyType
object.