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