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