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