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