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