DBTEAMLOGTfaChangeStatusTypeSerializer
Objective-C
@interface DBTEAMLOGTfaChangeStatusTypeSerializer : NSObject
Swift
class DBTEAMLOGTfaChangeStatusTypeSerializer : NSObject
The serialization class for the TfaChangeStatusType
struct.
-
Serializes
DBTEAMLOGTfaChangeStatusType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGTfaChangeStatusType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGTfaChangeStatusType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGTfaChangeStatusType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGTfaChangeStatusType
API object. -
Deserializes
DBTEAMLOGTfaChangeStatusType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGTfaChangeStatusType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGTfaChangeStatusType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGTfaChangeStatusType
API object.Return Value
An instantiation of the
DBTEAMLOGTfaChangeStatusType
object.