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