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