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