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