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