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