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