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