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