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