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