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