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