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