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