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