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