DBTEAMLOGDropboxPasswordsPolicyChangedTypeSerializer
Objective-C
@interface DBTEAMLOGDropboxPasswordsPolicyChangedTypeSerializer : NSObject
Swift
class DBTEAMLOGDropboxPasswordsPolicyChangedTypeSerializer : NSObject
The serialization class for the DropboxPasswordsPolicyChangedType
struct.
-
Serializes
DBTEAMLOGDropboxPasswordsPolicyChangedType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGDropboxPasswordsPolicyChangedType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGDropboxPasswordsPolicyChangedType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGDropboxPasswordsPolicyChangedType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGDropboxPasswordsPolicyChangedType
API object. -
Deserializes
DBTEAMLOGDropboxPasswordsPolicyChangedType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGDropboxPasswordsPolicyChangedType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGDropboxPasswordsPolicyChangedType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGDropboxPasswordsPolicyChangedType
API object.Return Value
An instantiation of the
DBTEAMLOGDropboxPasswordsPolicyChangedType
object.