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