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