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