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