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