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