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